Click or drag to resize

StiReference Constructor (StiPropertyInfo, Object, PropertyInfo)

Initializes a new instance of the StiReference class

Namespace:  Stimulsoft.Base.Serializing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiReference(
	StiPropertyInfo propInfo,
	Object obj,
	PropertyInfo propertyInfo
)

Parameters

propInfo
Type: Stimulsoft.Base.SerializingStiPropertyInfo

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

obj
Type: SystemObject

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

propertyInfo
Type: System.ReflectionPropertyInfo

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

See Also