Class DesignStateOptions
Inheritance
System.Object
DesignStateOptions
Assembly: SMT.MastaAPI.14.1.1.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
DesignStateDestinations
Declaration
public ReadOnlyCollection<DutyCycleImporterDesignEntityMatch<DesignState>> DesignStateDestinations { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods