Method | Description | |
---|---|---|
CatelTypeInfo ( |
Initializes a new instance of the CatelTypeInfo class.
|
|
GetCatelProperties ( ) : PropertyData>.IDictionary |
Gets the Catel properties.
|
|
GetNonCatelProperties ( ) : CachedPropertyInfo>.IDictionary |
Gets the non-Catel properties.
|
|
GetPropertyData ( string name ) : PropertyData |
Gets the property data.
|
|
IsPropertyRegistered ( string name ) : bool |
Returns whether a specific property is registered.
|
|
RegisterProperties ( ) : void |
Registers all the properties for the specified type.
|
|
RegisterProperty ( string name, PropertyData propertyData ) : void |
Registers a property for a specific type.
|
|
UnregisterProperty ( string name ) : void |
Unregisters a property for a specific type.
|
Method | Description | |
---|---|---|
FindCatelFields ( |
Finds the fields that represent a PropertyData.
|
|
FindCatelProperties ( |
Finds the properties that represent a PropertyData.
|
|
FindNonCatelProperties ( |
Finds the non catel properties.
|
|
PreventWrongDeclaredFields ( |
public CatelTypeInfo ( |
||
type | The type. | |
return | System |
public GetCatelProperties ( ) : PropertyData>.IDictionary |
||
return | PropertyData>.IDictionary |
public GetNonCatelProperties ( ) : CachedPropertyInfo>.IDictionary |
||
return | CachedPropertyInfo>.IDictionary |
public GetPropertyData ( string name ) : PropertyData | ||
name | string | The name of the property. |
return | PropertyData |
public IsPropertyRegistered ( string name ) : bool | ||
name | string | The name of the property. |
return | bool |
public RegisterProperty ( string name, PropertyData propertyData ) : void | ||
name | string | The name of the property. |
propertyData | PropertyData | The property data. |
return | void |
public UnregisterProperty ( string name ) : void | ||
name | string | The name of the property. |
return | void |