2using System.Collections.Generic;
3using System.Runtime.Serialization;
15 #region APIResource Interface Members
21 #endregion APIResource Interface Members
23 #region Public Properties
28 public string name {
get;
set; }
41 #endregion Public Properties
Describes a collection of resources which can be listed.
Stored resource that is polymorphic (has more than one sub-type).
Representation of a simulation of a set of trials each representing an event occurrence sequence.
Simulation()
Construct a new Simulation with an empty event_catalogs list.
override string collection_name
The collection endpoint at which resources of this type reside on the server.
DateTime start_date
The date and time represented by a sequence value of 0 in the simulation.
List< IReference< EventCatalog > > event_catalogs
The list of references to EventCatalog objects that represent the event catalogs for which this Simul...
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
string name
Name of the simulation.