Click or drag to resize

VisualFormatterItemProperty Constructor

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Property(
	string id,
	string name,
	string description,
	VisualFormatterItemPropertyType type,
	VisualFormatterItemPropertyDirection direction,
	Object defaultValue,
	Object value
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

type
Type: Com.Datalogic.DecodeVisualFormatterItemPropertyType

[Missing <param name="type"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

direction
Type: Com.Datalogic.DecodeVisualFormatterItemPropertyDirection

[Missing <param name="direction"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

defaultValue
Type: Object

[Missing <param name="defaultValue"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

value
Type: Object

[Missing <param name="value"/> documentation for "M:Com.Datalogic.Decode.VisualFormatter.Item.Property.#ctor(System.String,System.String,System.String,Com.Datalogic.Decode.VisualFormatter.Item.Property.Type,Com.Datalogic.Decode.VisualFormatter.Item.Property.Direction,Java.Lang.Object,Java.Lang.Object)"]

See Also