Class CreateEcoItemSetup
Inheritance
System.Object
CreateEcoItemSetup
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 CreateEcoItemSetup
Constructors
CreateEcoItemSetup(EcoItemAppliesTo, Boolean, String, Int32, Int32)
Declaration
[ConstructorIndex(0)]
public CreateEcoItemSetup(EcoItemAppliesTo appliesTo, bool isActive, string ecoHeaderIDNum, int applyPartRevisionObjid, int resultPartRevisionObjid)
Parameters
Type | Name | Description |
---|---|---|
EcoItemAppliesTo | appliesTo | |
System.Boolean | isActive | |
System.String | ecoHeaderIDNum | |
System.Int32 | applyPartRevisionObjid | |
System.Int32 | resultPartRevisionObjid |
Properties
AppliesTo
Declaration
[PropertyBitValue(1)]
public EcoItemAppliesTo AppliesTo { get; set; }
Property Value
Type | Description |
---|---|
EcoItemAppliesTo |
ApplyPartRevisionObjid
Declaration
[PropertyBitValue(8)]
public int ApplyPartRevisionObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EcoHeaderIDNum
Declaration
[PropertyBitValue(4)]
public string EcoHeaderIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Declaration
[PropertyBitValue(2)]
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResultPartRevisionObjid
Declaration
[PropertyBitValue(16)]
public int ResultPartRevisionObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |