NevronOpenVision
Nevron.Nov.Dom Namespace / NProperty Class


NProperty Class Properties

For a list of all members of this type, see NProperty members.

Public Properties
 NameDescription
Public PropertyGets the order in which this property is declared in the schema. Only valid for self properties. For extended properties always returns -1.  
Public PropertyGets the DOM property associated with this property  
Public PropertyGets the type associated with the property values  
Public PropertyGets the property id, which is the Id of the DOM property associated with this property. The Id is unique for the properties declared in a schema and for all extended properties in general.  
Public PropertyGets whether the property is backed by a member or not (is backed by a slot).  
Public PropertyGets whether this is an extended property or not  
Public PropertyGets the event, which is dispatched when the local property value is about to be changed. This event is assigned to the NNode.ChangingEvent category, and is associated with the Function<NValueChangeEventArgs> delegate.  
Public PropertyGets the get member value delegate. Only applicable for properties backed by member.  
Public PropertyGets the set member value delegate. Only applicable for properties backed by member.  
Public PropertyGets the name of the property  
Public PropertyGets the schema, which owns this property. For a self property, this is the schema that declared the property. For an extended property, this is always the NNode schema.  
Public PropertyGets the event, which is dispatched when the local property value has changed. This event is assigned to the NNode.ChangedEvent category, and is associated with the Function<NValueChangeEventArgs> delegate.  
Top
See Also