言語

SfcObjectExtender<TSfcInstance>.RegisterProperty メソッド

定義

オーバーロード

名前 説明
RegisterProperty(PropertyInfo)

追加の反映されたプロパティを登録する

RegisterProperty(PropertyInfo, String)

親オブジェクトのプロパティに依存する、追加の反映されたプロパティを登録する

RegisterProperty(PropertyInfo)

追加の反映されたプロパティを登録する

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

パラメーター

propertyInfo
PropertyInfo

適用対象

RegisterProperty(PropertyInfo, String)

親オブジェクトのプロパティに依存する、追加の反映されたプロパティを登録する

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)

パラメーター

propertyInfo
PropertyInfo

Reflected プロパティ

parentPropertyName
String

親プロパティ名

適用対象