Class CreateEcoLaborDetailSetup
Inheritance
System.Object
CreateEcoLaborDetailSetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify.DepotRepair
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateEcoLaborDetailSetup
Constructors
CreateEcoLaborDetailSetup(Boolean, TimeSpan, String)
Declaration
[ConstructorIndex(0)]
public CreateEcoLaborDetailSetup(bool isRequired, TimeSpan elapsedTime, string ecoHeaderIDNum)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isRequired | |
System.TimeSpan | elapsedTime | |
System.String | ecoHeaderIDNum |
Properties
Description
Declaration
[PropertyBitValue(64)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EcoHeaderIDNum
Declaration
[PropertyBitValue(128)]
public string EcoHeaderIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElapsedTime
Declaration
[PropertyBitValue(16)]
public TimeSpan ElapsedTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
IsRequired
Declaration
[PropertyBitValue(2)]
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LaborType
Declaration
[PropertyBitValue(8)]
public string LaborType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartRevisionObjid
Declaration
[PropertyBitValue(256)]
public int PartRevisionObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Status
Declaration
[PropertyBitValue(4)]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |