Method | Description | |
---|---|---|
GetCatelTypeInfo ( |
Gets the property data type information.
|
|
GetPropertyData ( |
Gets the property data.
|
|
IsPropertyNameMappedToXmlAttribute ( |
Determines whether the specified property is mapped to an XML attribute.
|
|
IsPropertyNameMappedToXmlElement ( |
Determines whether the specified property is mapped to an XML element.
|
|
IsPropertyRegistered ( |
Returns whether a specific property is registered.
|
|
IsXmlAttributeNameMappedToProperty ( |
Determines whether the specified XML attribute is mapped to a property name.
|
|
IsXmlElementNameMappedToProperty ( |
Determines whether the specified XML element is mapped to a property name.
|
|
MapPropertyNameToXmlAttributeName ( |
Maps the name of the property name to an XML attribute name.
|
|
MapPropertyNameToXmlElementName ( |
Maps the name of the property name to an XML element name.
|
|
MapXmlAttributeNameToPropertyName ( |
Maps the name of the XML attribute to a property name.
|
|
MapXmlElementNameToPropertyName ( |
Maps the name of the XML element to a property name.
|
|
RegisterProperties ( |
Registers all the properties for the specified type.
|
|
RegisterProperty ( |
Registers a property for a specific type.
|
|
UnregisterProperty ( |
Unregisters a property for a specific type.
|
Method | Description | |
---|---|---|
PropertyDataManager ( ) : System |
Initializes static members of the PropertyDataManager class.
|
public GetCatelTypeInfo ( |
||
type | The type. | |
return |
public GetPropertyData ( |
||
type | The type for which to get the property data. | |
name | string | The name of the property. |
return | PropertyData |
public IsPropertyNameMappedToXmlAttribute ( |
||
type | The type. | |
propertyName | string | Name of the property. |
return | bool |
public IsPropertyNameMappedToXmlElement ( |
||
type | The type. | |
propertyName | string | Name of the property. |
return | bool |
public IsPropertyRegistered ( |
||
type | The type for which to check whether the property is registered. | |
name | string | The name of the property. |
return | bool |
public IsXmlAttributeNameMappedToProperty ( |
||
type | The type. | |
xmlName | string | Name of the XML. |
return | bool |
public IsXmlElementNameMappedToProperty ( |
||
type | The type. | |
xmlName | string | Name of the XML. |
return | bool |
public MapPropertyNameToXmlAttributeName ( |
||
type | The type for which to make the xml name. | |
propertyName | string | Name of the property. |
return | string |
public MapPropertyNameToXmlElementName ( |
||
type | The type for which to make the xml name. | |
propertyName | string | Name of the property. |
return | string |
public MapXmlAttributeNameToPropertyName ( |
||
type | The type for which to make the xml name. | |
xmlName | string | Name of the XML attribute. |
return | string |
public MapXmlElementNameToPropertyName ( |
||
type | The type for which to make the xml name. | |
xmlName | string | Name of the XML element. |
return | string |
public RegisterProperties ( |
||
type | The type to register the properties for. | |
return |
public RegisterProperty ( |
||
type | The type for which to register the property. | |
name | string | The name of the property. |
propertyData | PropertyData | The property data. |
return | void |
public UnregisterProperty ( |
||
type | The type for which to register the property. | |
name | string | The name of the property. |
return | void |