NDeclaration Class Members
In This Topic
The following tables list the members exposed by NDeclaration.
Public Fields
Public Properties
| Name | Description |
| Important | Gets or sets whether the declaration is imporant. Important declarations have a higher value weight. |
| Property | Gets the DOM property defined by this declaration property name and type |
| PropertyName | Gets or sets the property name. |
Top
Public Methods
| Name | Description |
| CreateValueDeclaration | Creates a value declaration for the specified property and value. |
| GetPropertyType | Must override to return the Dom Type of the property |
| GetValue | Overloaded. Must override to return the property value |
Top
See Also