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