Show / Hide Table of Contents

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()
Namespace: FChoice.Toolkits.Clarify.Contracts
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class AddPOToScheduleSetup

Constructors

AddPOToScheduleSetup(String, String, String, Decimal)

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

ContractIDNum

Declaration
[PropertyBitValue(1)]
public string ContractIDNum { get; set; }
Property Value
Type Description
System.String

ExpireDate

Declaration
[PropertyBitValue(128)]
public DateTime ExpireDate { get; set; }
Property Value
Type Description
System.DateTime

PaymentOption

Declaration
[PropertyBitValue(8)]
public string PaymentOption { get; set; }
Property Value
Type Description
System.String

PaymentTerms

Declaration
[PropertyBitValue(16)]
public string PaymentTerms { get; set; }
Property Value
Type Description
System.String

POAmount

Declaration
[PropertyBitValue(32)]
public decimal POAmount { get; set; }
Property Value
Type Description
System.Decimal

PODate

Declaration
[PropertyBitValue(64)]
public DateTime PODate { get; set; }
Property Value
Type Description
System.DateTime

POIDNum

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

ScheduleIDNum

Declaration
[PropertyBitValue(2)]
public string ScheduleIDNum { get; set; }
Property Value
Type Description
System.String
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.