Class ApplyEcoSetup
Inheritance
System.Object
ApplyEcoSetup
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 ApplyEcoSetup
Constructors
ApplyEcoSetup(Int32, String)
Declaration
[ConstructorIndex(0)]
public ApplyEcoSetup(int demandDetailObjid, string ecoHeaderIDNum)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | demandDetailObjid | |
System.String | ecoHeaderIDNum |
Properties
CreateDate
Declaration
[PropertyBitValue(8)]
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DemandDetailObjid
Declaration
[PropertyBitValue(1)]
public int DemandDetailObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EcoHeaderIDNum
Declaration
[PropertyBitValue(2)]
public string EcoHeaderIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
[PropertyBitValue(4)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |