Class DesignStateOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DesignStateOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DesignStateOptions : ColumnInputOptions, IEquatable<APIBase>
Properties
CreateNewDesignState
Declaration
public bool CreateNewDesignState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DesignState
Declaration
public ListWithSelectedItem<DesignState> DesignState { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<DesignState> |
DesignStateDestinations
Declaration
public ReadOnlyCollection<DutyCycleImporterDesignEntityMatch<DesignState>> DesignStateDestinations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DutyCycleImporterDesignEntityMatch<DesignState>> |
Implements
System.IEquatable<T>