2using System.Runtime.Serialization;
39 #region APIResource Interface Members
45 #endregion APIResource Interface Members
47 #region Public Properties
59 #endregion Public Properties
Describes a collection of resources which can be listed.
Stored resource that is polymorphic (has more than one sub-type).
Specifies that a property is generated by the server and should not be specified on the client side d...
Indicates that the property, if left null, will have a default value generated and filled in by the s...
Attribute used to define the default value for the loss_type property.
LossTypeDefault()
Attribute used to define the default value for the loss_type property.
static LossType GetDefaultLossTypeForLossSet(ILossSet lossSet)
Indicates what the default loss type would be for a given loss set.
override object GetDefaultValue(object owner)
Returns the expected default value for the property based on the owner.The expected default value for...
Base class for all LossSet sub-types. A LossSet is a resource that generates sample (trial) losses wh...
override string collection_name
The collection endpoint at which resources of this type reside on the server.
LossSetProfile profile
A profile of this loss set, generated by the server after post.
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
LossType? loss_type
Indicates what types of losses are generated by this loss set. If not specified the server will defau...
Representation of a Loaded loss set, whose losses are derived from an existing loss set and applies a...
A profile of this loss set, containing server generated meta data about its contents.
Representation of a loss set with an associated simulated yearly losses table.
Base Interface for all loss sets.
LossType
Indicates what types of losses are generated by this loss set.