Click or drag to resize

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
Members
  Member nameValueDescription
PropertiesWithParent1Store the properties of this object with the parent object. Example: field, nav_target.
SupportsCustomText2This object supports custom text.
System4This is a system object.
NoPersist8This object is excluded from persistance.
Polymorphic16This object is polymorphic (e.g. related to more than one parent object type).
See Also