| Name | Description |
 | AddLocalValueChangingCallback | Adds a local value changing delegate. The callback is called when this property local value is about to change for the specified node. The callback must return false, if the new value is not acceptable. |
 | AddValueChangedCallback | Adds a value changed delegate. The callback is called when this property local and/or recomputed value has changed for the specified node. |
  | CreateExtended | Overloaded. |
 | GetAffectsArrange | Gets whether this property affects the layout for the specified schema. By default AffectsArrange is set to false. |
 | GetAffectsDisplay | Gets whether this property affects the display list for the specified schema. By default AffectsDisplay is set to false. |
 | GetAffectsMeasure | Gets whether this property affects the measure for the specified schema. By default AffectsMeasure is set to false. |
 | GetAffectsParentArrange | Gets whether this property affects the parent layout for the specified schema. By default AffectsParentArrange is set to false. |
 | GetAffectsParentDisplay | Gets whether this property affects the parent display list for the specified schema. By default AffectsParentDisplay is set to false. |
 | GetAffectsParentMeasure | Gets whether this property affects the parent measure for the specified schema. By default AffectsParentMeasure is set to false. |
 | GetAffectsTransform | Gets whether this property affects the display transform for the specified schema. By default AffectsTransform is set to false. |
 | GetCustom1 | Gets the value for the Custom1 flag for the specified schema. By default Custom1 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | GetCustom2 | Gets the value for the Custom2 flag for the specified schema. By default Custom2 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | GetCustom3 | Gets the value for the Custom3 flag for the specified schema. By default Custom3 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | GetCustom4 | Gets the value for the Custom4 flag for the specified schema. By default Custom4 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | GetCustom5 | Gets the value for the Custom5 flag for the specified schema. By default Custom5 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | GetDeeplyCloneable | Gets whether this property is deeply clonable for the specified schema. By default DeeplyClonable is set to true. |
 | GetDefaultValue | Gets the default property value that applies for the specified schema |
  | GetExtendedByName | Gets the schema associated with the specified name. Returns null if the specified name is not a valid schema name, or the public static readonly ClassNameSchema pattern was not obeyed. |
 | GetInherited | Gets whether this property is inherited for the specified schema. By default Inherited is set to false. |
 | GetMetaUnit | Overloaded. Gets the metaunit with the specified key, which applies for the specified schema (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | GetNullable | Gets whether this property is nullable for the specified schema. By default Nullable is set to true. |
 | GetRecordable | Gets whether this property is recordable for the specified schema. By default Recordable is set to true. |
 | GetSerializable | Gets whether this property is serializable for the specified schema. By default Serializable is set to true. |
 | GetStyleable | Gets whether this property is styleable for the specified schema. By default Stylable is set to false. |
 | SetAffectsArrange | Overloaded. Sets whether this property affects the layout for the owner schema. By default AffectsArrange is set to false. |
 | SetAffectsDisplay | Overloaded. Sets whether this property affects the display for the owner schema. By default AffectsDisplay is set to false. |
 | SetAffectsMeasure | Overloaded. Sets whether this property affects the measure for the owner schema. By default AffectsMeasure is set to false. |
 | SetAffectsParentArrange | Overloaded. Sets whether this property affects the parent layout for the owner schema. By default AffectsParentArrange is set to false. |
 | SetAffectsParentDisplay | Overloaded. Sets whether this property affects the parent display list for the owner schema. By default AffectsParentDisplay is set to false. |
 | SetAffectsParentMeasure | Overloaded. Sets whether this property affects the parent measure for the owner schema. By default AffectsParentMeasure is set to false. |
 | SetAffectsTransform | Overloaded. Sets whether this property affects the display transform for the owner schema. By default AffectsTransform is set to false. |
 | SetCustom1 | Overloaded. Sets the value for the Custom1 flag for the owner schema. By default Custom1 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | SetCustom2 | Overloaded. Sets the value for the Custom2 flag for the owner schema. By default Custom2 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | SetCustom3 | Overloaded. Sets the value for the Custom3 flag for the owner schema. By default Custom3 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | SetCustom4 | Overloaded. Sets the value for the Custom4 flag for the owner schema. By default Custom4 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | SetCustom5 | Overloaded. Sets the value for the Custom5 flag for the owner schema. By default Custom5 is set to false. (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | SetDeeplyCloneable | Overloaded. Sets whether this property is DeeplyCloneable for the owner schema. By default DeeplyCloneable is set to true. |
 | SetDefaultValue | Overloaded. Sets the default property value that applies for the owner schema |
 | SetInherited | Overloaded. Sets whether this property is inherited for the owner schema. By default Inherited is set to false. |
 | SetMetaUnit | Overloaded. Sets the specified metaunit, which applies to the owner schema (Inherited from Nevron.Nov.Dom.NSchemaPart) |
 | SetNullable | Overloaded. Sets whether this property is nullable for the owner schema. By default Nullable is set to true. |
 | SetRecordable | Overloaded. Sets whether this property is recordable for the owner schema. By default Recordable is set to true. |
 | SetSerializable | Overloaded. Sets whether this property is serializable for the owner schema. By default Serializable is set to true. |
 | SetStyleable | Overloaded. Sets whether this property is styleable for the owner schema. By default Stylable is set to false. |
 | ToString | Returns the string representation of the property (i.e. its name). |