Class AddPOToScheduleSetup
Inheritance
System.Object
AddPOToScheduleSetup
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()
Assembly: FChoice.Toolkits.Clarify.dll
public class AddPOToScheduleSetup
Constructors
Declaration
[ConstructorIndex(0)]
public AddPOToScheduleSetup(string contractIDNum, string scheduleIDNum, string poIDNum, decimal poAmount)
Parameters
Type |
Name |
Description |
System.String |
contractIDNum |
|
System.String |
scheduleIDNum |
|
System.String |
poIDNum |
|
System.Decimal |
poAmount |
|
Properties
Declaration
[PropertyBitValue(1)]
public string ContractIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public DateTime ExpireDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(8)]
public string PaymentOption { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string PaymentTerms { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public decimal POAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
[PropertyBitValue(64)]
public DateTime PODate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(4)]
public string POIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
POStatus
Declaration
[PropertyBitValue(256)]
public string POStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public string ScheduleIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|