C# Class Allors.Workspace.Meta.UnitIds

The ids for unit ObjectTypes. Ids can be used for long term reference and should therefore never be changed.
Show file Open project: Allors/allors2

Public Properties

Property Type Description
Binary Guid
Boolean Guid
DateTime Guid
Decimal Guid
Float Guid
Integer Guid
String Guid
Unique Guid

Property Details

Binary public static property

The id of the binary type.
public static Guid Binary
return Guid

Boolean public static property

The id of the boolean type.
public static Guid Boolean
return Guid

DateTime public static property

The id of the date time type.
public static Guid DateTime
return Guid

Decimal public static property

The id of the decimal type.
public static Guid Decimal
return Guid

Float public static property

The id of the float type.
public static Guid Float
return Guid

Integer public static property

The id of the integer type.
public static Guid Integer
return Guid

String public static property

The id of the string type.
public static Guid String
return Guid

Unique public static property

The id of the unique type.
public static Guid Unique
return Guid