Show / Hide Table of Contents

Enum ElementAttributes

Attributes stored in AML elements for compact memory usage

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
[Flags]
public enum ElementAttributes

Fields

Name Description
ItemDefaultAny

Mask indicating that the Item element contains one or more default properties

ItemDefaultGeneration

Indicates that the Item element contains a default generation property (<generation>1</generation>)

ItemDefaultIsCurrent

Indicates that the Item element contains a default is_current property (<is_current>1</is_current>)

ItemDefaultIsReleased

Indicates that the Item element contains a default is_released property (<is_released>0</is_released>)

ItemDefaultMajorRev

Indicates that the Item element contains a default major_rev property (<major_rev>A</major_rev>)

ItemDefaultNewVersion

Indicates that the Item element contains a default new_version property (<new_version>0</new_version>)

ItemDefaultNotLockable

Indicates that the Item element contains a default not_lockable property (<not_lockable>0</not_lockable>)

Null

Indicates that the element represents a null element

ReadOnly

Indicates that the element is read-only and should not be modified

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX