Method | Description | |
---|---|---|
GetCustomProperties ( ) : CustomPropertyInfo[] | ||
InitializeObject ( object context ) : void | ||
InitializeValue ( CustomPropertyInfo customPropertyInfo, object context ) : object | ||
ProvideValue ( CustomPropertyInfo customPropertyInfo, object context ) : object | ||
RestoreValue ( CustomPropertyInfo customPropertyInfo, object context, object value ) : void |
public GetCustomProperties ( ) : CustomPropertyInfo[] | ||
return | CustomPropertyInfo[] |
public InitializeObject ( object context ) : void | ||
context | object | |
return | void |
public InitializeValue ( CustomPropertyInfo customPropertyInfo, object context ) : object | ||
customPropertyInfo | CustomPropertyInfo | |
context | object | |
return | object |
public ProvideValue ( CustomPropertyInfo customPropertyInfo, object context ) : object | ||
customPropertyInfo | CustomPropertyInfo | |
context | object | |
return | object |
public RestoreValue ( CustomPropertyInfo customPropertyInfo, object context, object value ) : void | ||
customPropertyInfo | CustomPropertyInfo | |
context | object | |
value | object | |
return | void |