Click or drag to resize

StiPropertyInfo Constructor (String, Object, Object, Boolean, Boolean, Boolean, Boolean, String)

Initializes a new instance of the StiPropertyInfo class

Namespace:  Stimulsoft.Base.Serializing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiPropertyInfo(
	string name,
	Object value,
	Object defaultValue,
	bool isDefaultValueSpecified,
	bool isKey,
	bool isReference,
	bool isList,
	string typeName
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

defaultValue
Type: SystemObject

[Missing <param name="defaultValue"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

isDefaultValueSpecified
Type: SystemBoolean

[Missing <param name="isDefaultValueSpecified"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

isKey
Type: SystemBoolean

[Missing <param name="isKey"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

isReference
Type: SystemBoolean

[Missing <param name="isReference"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

isList
Type: SystemBoolean

[Missing <param name="isList"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyInfo.#ctor(System.String,System.Object,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"]

See Also