Name | Description | |
---|---|---|
![]() | DeclarationOrder | Gets the order in which this property is declared in the schema. Only valid for self properties. For extended properties always returns -1. |
![]() | DomProperty | Gets the DOM property associated with this property |
![]() | DomType | Gets the type associated with the property values |
![]() | Id | Gets 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. |
![]() | IsBackedByMember | Gets whether the property is backed by a member or not (is backed by a slot). |
![]() | IsExtended | Gets whether this is an extended property or not |
![]() | LocalValueChangingEvent | Gets 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. |
![]() | MemberValueGetter | Gets the get member value delegate. Only applicable for properties backed by member. |
![]() | MemberValueSetter | Gets the set member value delegate. Only applicable for properties backed by member. |
![]() | Name | Gets the name of the property |
![]() | OwnerSchema | Gets 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. |
![]() | ValueChangedEvent | Gets 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. |