Class Place
Inherited Members
Namespace: Xareus.Scenarios
Assembly: Xareus.Scenarios.dll
Syntax
[TypeConverter(typeof(PlaceConverter))]
[Serializable]
public class Place : SimpleSequence
Constructors
Place(string, string)
Constructor
Declaration
public Place(string id, string label = "")
Parameters
Type | Name | Description |
---|---|---|
string | id | The Id must be unique |
string | label | The label (optional) |