Class ExcelSheetDesignStateSelector
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DutyCycles.ExcelBatchDutyCycles
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ExcelSheetDesignStateSelector : APIBase, IEquatable<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>