Show / Hide Table of Contents

Class PrimitiveDataTypeKinds

Enumeration of primitive data type kinds.

Inheritance
System.Object
PrimitiveDataTypeKinds
Namespace: Nuqleon.DataModel.TypeSystem
Assembly: Nuqleon.DataModel.CompilerServices.dll
Syntax
public sealed class PrimitiveDataTypeKinds : Enum
Remarks

This enumeration supports flags in order to allow for checkers that check for a subset of the allowed data model type kinds.

Fields

Atom

Atom type.

Declaration
public const PrimitiveDataTypeKinds Atom
Field Value
Type Description
PrimitiveDataTypeKinds

EntityEnum

User-defined enumeration type.

Declaration
public const PrimitiveDataTypeKinds EntityEnum
Field Value
Type Description
PrimitiveDataTypeKinds

Enum

Enumeration type.

Declaration
public const PrimitiveDataTypeKinds Enum
Field Value
Type Description
PrimitiveDataTypeKinds

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX