SfcObjectExtender<TSfcInstance>.RegisterProperty Metodo

Definizione

Overload

Nome Descrizione
RegisterProperty(PropertyInfo)

Registrare una proprietà riflessa aggiuntiva

RegisterProperty(PropertyInfo, String)

Registrare una proprietà riflessa aggiuntiva, a seconda della proprietà dall'oggetto padre

RegisterProperty(PropertyInfo)

Registrare una proprietà riflessa aggiuntiva

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

Parametri

propertyInfo
PropertyInfo

Si applica a

RegisterProperty(PropertyInfo, String)

Registrare una proprietà riflessa aggiuntiva, a seconda della proprietà dall'oggetto padre

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)

Parametri

propertyInfo
PropertyInfo

Proprietà Riflessa

parentPropertyName
String

Nome proprietà padre

Si applica a