ObjectTypeAttrs Enumeration |
ObjectTypeAttributes (from xmt_obj_types.attr_bits
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ObjectTypeAttrs
<FlagsAttribute>
Public Enumeration ObjectTypeAttrs
Members
| Member name | Value | Description |
---|
| PropertiesWithParent | 1 | Store the properties of this object with the parent object. Example: field, nav_target. |
| SupportsCustomText | 2 | This object supports custom text. |
| System | 4 | This is a system object. |
| NoPersist | 8 | This object is excluded from persistance. |
| Polymorphic | 16 | This object is polymorphic (e.g. related to more than one parent object type). |
See Also