Method | Description | |
---|---|---|
AddBehavior ( ) : PropertyDescriptor |
Adds the behaviors.
|
|
AddBehaviors ( ) : PropertyDescriptor |
Adds the behaviors from the builders.
|
|
AddBehaviors ( IEnumerable |
Adds the behaviors.
|
|
AddGetter ( ) : PropertyDescriptor |
Adds the dictionary getter.
|
|
AddGetters ( IEnumerable |
Adds the dictionary getters.
|
|
AddKeyBuilder ( ) : PropertyDescriptor |
Adds the key builder.
|
|
AddKeyBuilders ( IEnumerable |
Adds the key builders.
|
|
AddSetter ( ) : PropertyDescriptor |
Adds the dictionary setter.
|
|
AddSetters ( IEnumerable |
Adds the dictionary setters.
|
|
Copy ( ) : IDictionaryBehavior |
Copies the PropertyDescriptor
|
|
CopyBehaviors ( PropertyDescriptor other ) : PropertyDescriptor |
Copies the behaviors to the other PropertyDescriptor
|
|
CopyGetters ( PropertyDescriptor other ) : PropertyDescriptor |
Copies the property getters to the other PropertyDescriptor
|
|
CopyKeyBuilders ( PropertyDescriptor other ) : PropertyDescriptor |
Copies the key builders to the other PropertyDescriptor
|
|
CopySetters ( PropertyDescriptor other ) : PropertyDescriptor |
Copies the property setters to the other PropertyDescriptor
|
|
GetKey ( IDictionaryAdapter dictionaryAdapter, String key, PropertyDescriptor descriptor ) : string |
Gets the key.
|
|
GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor descriptor, bool ifExists ) : object |
Gets the property value.
|
|
PropertyDescriptor ( ) : System |
Initializes an empty PropertyDescriptor class.
|
|
PropertyDescriptor ( PropertyDescriptor source, bool copyBehaviors ) : System |
Copies an existinginstance of the PropertyDescriptor class.
|
|
PropertyDescriptor ( |
Initializes a new instance of the PropertyDescriptor class.
|
|
SetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object &value, PropertyDescriptor descriptor ) : bool |
Sets the property value.
|
Method | Description | |
---|---|---|
InternalAddBehavior ( IDictionaryBehavior behavior ) : void | ||
PropertyDescriptor ( object behaviors ) : System |
Initializes a new instance PropertyDescriptor class.
|
Method | Description | |
---|---|---|
ObtainTypeConverter ( ) : void |
public AddBehaviors ( IEnumerable |
||
behaviors | IEnumerable |
|
return | PropertyDescriptor |
public AddGetters ( IEnumerable |
||
gets | IEnumerable |
The getters. |
return | PropertyDescriptor |
public AddKeyBuilder ( ) : PropertyDescriptor | ||
return | PropertyDescriptor |
public AddKeyBuilders ( IEnumerable |
||
builders | IEnumerable |
The builders. |
return | PropertyDescriptor |
public AddSetters ( IEnumerable |
||
sets | IEnumerable |
The setters. |
return | PropertyDescriptor |
public CopyBehaviors ( PropertyDescriptor other ) : PropertyDescriptor | ||
other | PropertyDescriptor | |
return | PropertyDescriptor |
public CopyGetters ( PropertyDescriptor other ) : PropertyDescriptor | ||
other | PropertyDescriptor | |
return | PropertyDescriptor |
public CopyKeyBuilders ( PropertyDescriptor other ) : PropertyDescriptor | ||
other | PropertyDescriptor | |
return | PropertyDescriptor |
public CopySetters ( PropertyDescriptor other ) : PropertyDescriptor | ||
other | PropertyDescriptor | |
return | PropertyDescriptor |
public GetKey ( IDictionaryAdapter dictionaryAdapter, String key, PropertyDescriptor descriptor ) : string | ||
dictionaryAdapter | IDictionaryAdapter | The dictionary adapter. |
key | String | The key. |
descriptor | PropertyDescriptor | The descriptor. |
return | string |
public GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor descriptor, bool ifExists ) : object | ||
dictionaryAdapter | IDictionaryAdapter | The dictionary adapter. |
key | string | The key. |
storedValue | object | The stored value. |
descriptor | PropertyDescriptor | The descriptor. |
ifExists | bool | true if return only existing. |
return | object |
protected InternalAddBehavior ( IDictionaryBehavior behavior ) : void | ||
behavior | IDictionaryBehavior | |
return | void |
public PropertyDescriptor ( PropertyDescriptor source, bool copyBehaviors ) : System | ||
source | PropertyDescriptor | |
copyBehaviors | bool | |
return | System |
public PropertyDescriptor ( |
||
property | The property. | |
behaviors | object | The property behaviors. |
return | System |
protected PropertyDescriptor ( object behaviors ) : System | ||
behaviors | object | |
return | System |
public SetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object &value, PropertyDescriptor descriptor ) : bool | ||
dictionaryAdapter | IDictionaryAdapter | The dictionary adapter. |
key | string | The key. |
value | object | The value. |
descriptor | PropertyDescriptor | The descriptor. |
return | bool |