Class NodePropertyRegistry
Class NodePropertyRegistry, caches the property attributes.
Namespace: Global Namespace
Syntax
public static class NodePropertyRegistry
Fields
PropertyMap
The property map
Declaration
public static Dictionary<string, Type> PropertyMap
Field Value
| Type | Description |
|---|---|
| Dictionary<String, Type> |
Methods
GetPropertyType(String)
Gets the type of the property.
Declaration
public static Type GetPropertyType(string Name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | Name | The name. |
Returns
| Type | Description |
|---|---|
| Type | Type of the property. |