Table of Contents

Class Constants

Namespace
TCSystem.MetaData
Assembly
TCSystem.MetaData.dll

Defines identifier sentinel values used by metadata models and storage.

public static class Constants
Inheritance
Constants
Inherited Members

Fields

EmptyLocationId

The reserved database identifier for an empty location.

public const long EmptyLocationId = 1

Field Value

long

EmptyPersonId

The reserved database identifier for an empty person.

public const long EmptyPersonId = 1

Field Value

long

InvalidId

The identifier assigned to an object that is invalid.

public const long InvalidId = -1

Field Value

long