Class ExcelSheetDesignStateSelector
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ExcelSheetDesignStateSelector
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DutyCycles.ExcelBatchDutyCycles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ExcelSheetDesignStateSelector : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DesignState
By default if exactly one design state name is contained in the sheet name, that design state name is assigned to the sheet. For instance, if the Excel file has three sheets { 'input gear 1', 'input gear 2', 'input gear 3' } and the MASTA design has three design states { 'gear 1', 'gear 2', 'gear 3' }, the sheets and design states can be automatically paired as there is no ambiguity.
Declaration
public ListWithSelectedItem<string> DesignState { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
SheetName
Declaration
public string SheetName { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>