StiReference Class

Namespace: Stimulsoft.Base.Serializing

Class for delayed processing references (references which allude to the unprocessed objects).

Constructors

Constructor Description
StiReference(StiPropertyInfo propInfo) Creates a new instance of the StiReference class.
StiReference(StiPropertyInfo propInfo, object obj, PropertyInfo propertyInfo) Creates a new instance of the StiReference class.

StiReference(propInfo: StiPropertyInfo)

Creates a new instance of the StiReference class.

Parameters


StiReference(propInfo: StiPropertyInfo, obj: object, propertyInfo: PropertyInfo)

Creates a new instance of the StiReference class.

Parameters

  • propInfo (StiPropertyInfo) — Adapted property.
  • obj (object) — The object where a property is located.
  • propertyInfo (PropertyInfo) — Standard property.

Properties

Property Type Description
Object object Gets or sets the object where a property is located.
PropInfo StiPropertyInfo Gets or sets the adapted property.
PropertyInfo PropertyInfo Gets or sets standard property.