Constructors
Euid.__new()
Euid.__new(string)
Euid.__new(value: string)
Type |
Name |
Description |
string |
value |
|
ReadOnly
Type |
Name |
Static |
Default |
Description |
EUIDCategory |
Category |
|
|
|
Euid |
Empty |
|
X00-0000 |
|
Properties
Type |
Getter |
Setter |
Static |
Default |
Description |
string |
get_Value() |
set_Value(val) |
|
|
|
Functions
Requires an instance!
Load
Tries to load an EUID resource from the database
Static Functions
Do not require an instance!
Random(EUIDCategory)
Random(category: EUIDCategory) -> Euid
Type |
Name |
Description |
EUIDCategory |
category |
|
TryParse(string,Euid&)
TryParse(value: string,result: Euid&) -> boolean
Type |
Name |
Description |
string |
value |
|
Euid& |
result |
|