Langue

SfcObjectExtender<TSfcInstance>.RegisterProperty Méthode

Définition

Surcharges

Nom Description
RegisterProperty(PropertyInfo)

Inscrire une propriété répercutée supplémentaire

RegisterProperty(PropertyInfo, String)

Inscrire une propriété répercutée supplémentaire, dépendante de la propriété de l’objet parent

RegisterProperty(PropertyInfo)

Inscrire une propriété répercutée supplémentaire

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

Paramètres

propertyInfo
PropertyInfo

S’applique à

RegisterProperty(PropertyInfo, String)

Inscrire une propriété répercutée supplémentaire, dépendante de la propriété de l’objet parent

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)

Paramètres

propertyInfo
PropertyInfo

Propriété réfléchie

parentPropertyName
String

Nom de la propriété parente

S’applique à