Class CreateEcoMaterialDetailSetup
Inheritance
System.Object
CreateEcoMaterialDetailSetup
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 CreateEcoMaterialDetailSetup
Constructors
CreateEcoMaterialDetailSetup(Boolean, String, Int32)
Declaration
[ConstructorIndex(0)]
public CreateEcoMaterialDetailSetup(bool isRequired, string ecoHeaderIDNum, int partRevisionObjid)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isRequired | |
System.String | ecoHeaderIDNum | |
System.Int32 | partRevisionObjid |
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 |
IsRequired
Declaration
[PropertyBitValue(2)]
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Location
Declaration
[PropertyBitValue(32)]
public string Location { 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 |