Class MetaIdentifierType
Specifies identifier type.
Inheritance
System.Object
MetaIdentifierType
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public sealed class MetaIdentifierType : Enum
Fields
Class
Class - identifier should be unique within meta class.
Declaration
public const MetaIdentifierType Class
Field Value
Type | Description |
---|---|
MetaIdentifierType |
Field
Field - identifier should be unique within meta field.
Declaration
public const MetaIdentifierType Field
Field Value
Type | Description |
---|---|
MetaIdentifierType |
Global
Global - identifier should be unique within application.
Declaration
public const MetaIdentifierType Global
Field Value
Type | Description |
---|---|
MetaIdentifierType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |