Class Identifiable
Assembly: Xareus.Scenarios.dll
Syntax
[Serializable]
public class Identifiable : Extendable
Constructors
Identifiable(string, string)
Declaration
public Identifiable(string id, string label = "")
Parameters
Type |
Name |
Description |
string |
id |
The Id must be unique
|
string |
label |
The label (optional)
|
Properties
Parent
The (possibly null) parent of this element
Declaration
public Identifiable Parent { get; set; }
Property Value
PathId
Complete (unique) path ID
Declaration
public virtual string PathId { get; }
Property Value
Root
Declaration
public Identifiable Root { get; }
Property Value
decoration
Declaration
public virtual List<Decoration> decoration { get; set; }
Property Value
id
Declaration
public virtual string id { get; set; }
Property Value
label
Declaration
public virtual string label { get; set; }
Property Value
Extension Methods