Class CreateQuoteLineItemSetup
Inheritance
System.Object
CreateQuoteLineItemSetup
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 CreateQuoteLineItemSetup
Constructors
Declaration
[ConstructorIndex(0)]
public CreateQuoteLineItemSetup(string contractIDNum, string partNumber, string partDomain, string partRevision, int quantity, string priceSchedule, int parentLineItemObjid)
Parameters
Type |
Name |
Description |
System.String |
contractIDNum |
|
System.String |
partNumber |
|
System.String |
partDomain |
|
System.String |
partRevision |
|
System.Int32 |
quantity |
|
System.String |
priceSchedule |
|
System.Int32 |
parentLineItemObjid |
|
Declaration
[ConstructorIndex(1)]
public CreateQuoteLineItemSetup(string contractIDNum, string partNumber, string partDomain, string partRevision, string priceSchedule, string serialNumber, int parentLineItemObjid)
Parameters
Type |
Name |
Description |
System.String |
contractIDNum |
|
System.String |
partNumber |
|
System.String |
partDomain |
|
System.String |
partRevision |
|
System.String |
priceSchedule |
|
System.String |
serialNumber |
|
System.Int32 |
parentLineItemObjid |
|
Properties
Declaration
[PropertyBitValue(1048576)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(16384)]
public bool AutoInstall { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(32768)]
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string ContractIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(16)]
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(8192)]
public bool IsTaxable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(1024)]
public double OverridePrice { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[PropertyBitValue(262144)]
public int ParentLineItemObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PartDomain
Declaration
[PropertyBitValue(64)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(524288)]
public string POIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(512)]
public string PriceSchedule { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(256)]
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(65536)]
public string QuotedSiteIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4096)]
public string SerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(131072)]
public string ServicedAtSiteIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(2048)]
public double UnitsUsed { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[PropertyBitValue(2)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|