Defines the metatype of a document reference type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[FlagsAttribute] public enum DocRefTypeFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration DocRefTypeFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class DocRefTypeFlags |
Members
Member name | Value | Description | |
---|---|---|---|
DRT_UNDEFINED | 0 | Undefined. | |
DRT_ISPART | 1 | IsPart. | |
DRT_GLUED | 2 | Glued. | |
DRT_BOM | 4 | BOM. | |
DRT_REPLACEDBY | 8 | Replaced by. | |
DRT_DERIVEDTO | 16 | Derived to. | |
DRT_DERIVEDFROM | 32 | Derived from. | |
DRT_REPLACEMENTFOR | 64 | Replacement for. | |
DRT_MASTERPROJECTCOPY | 128 | Master project copy. | |
DRT_CUSTOM_REF_TYPES | 2147483648 | Custom reference. | |
DRT_ANY | 4294967295 | Any. |
Remarks
This enumeration overrides DRT_TYPE
defined in BlueCieloECM.AMEdm PIA.