Class Tag
Inherits from
-
Object(base class)
Constructors
| Name | Description |
|---|---|
| this | |
| this |
Fields
| Name | Type | Descrption |
|---|---|---|
| defaultName | immutable(char[]) | |
| parent | Tag | |
| namespace | string | |
| name | string | Not including namespace |
| location | Location | |
| values | VariantN!(20,bool,string,dchar,int,long,float,double,real,Date,DateTimeFrac,SysTime,DateTimeFracUnknownZone,Duration,ubyte[],typeof(null))[] | |
| attributes | Attribute[][string][string] | attributes[namespace][name][0..] |
| tags | Tag[][string][string] | tags[namespace][name][0..] |
Properties
| Name | Type | Description |
|---|---|---|
| fullName | string |
Methods
| Name | Description |
|---|---|
| toSDLString | |
| toSDLString | |
| toDebugString | Not the most efficient, but it works. |