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.
Exibir arquivo 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_oe static_oe property

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

Boolean public_oe static_oe property

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

DateTime public_oe static_oe property

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

Decimal public_oe static_oe property

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

Float public_oe static_oe property

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

Integer public_oe static_oe property

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

String public_oe static_oe property

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

Unique public_oe static_oe property

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