SfcObjectExtender<TSfcInstance>.RegisterProperty Method

Definition

Overloads

RegisterProperty(PropertyInfo)

Register an additional reflected property

RegisterProperty(PropertyInfo, String)

Register an additional reflected property, dependant on the property from the parent object

RegisterProperty(PropertyInfo)

Register an additional reflected property

protected void RegisterProperty (System.Reflection.PropertyInfo propertyInfo);
member this.RegisterProperty : System.Reflection.PropertyInfo -> unit
Protected Sub RegisterProperty (propertyInfo As PropertyInfo)

Parameters

propertyInfo
PropertyInfo

Applies to

RegisterProperty(PropertyInfo, String)

Register an additional reflected property, dependant on the property from the parent object

protected void RegisterProperty (System.Reflection.PropertyInfo propertyInfo, string parentPropertyName);
member this.RegisterProperty : System.Reflection.PropertyInfo * string -> unit
Protected Sub RegisterProperty (propertyInfo As PropertyInfo, parentPropertyName As String)

Parameters

propertyInfo
PropertyInfo

Reflected property

parentPropertyName
String

Parent property name

Applies to