Class CreatePriceInstanceSetup
Inheritance
System.Object
CreatePriceInstanceSetup
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 CreatePriceInstanceSetup
Constructors
Declaration
[ConstructorIndex(0)]
public CreatePriceInstanceSetup(string partNumber, string partRevision, string partDomain, string supportProgram, string priceProgram, PriceInstanceType priceType, int quantity)
Parameters
Type |
Name |
Description |
System.String |
partNumber |
|
System.String |
partRevision |
|
System.String |
partDomain |
|
System.String |
supportProgram |
|
System.String |
priceProgram |
|
PriceInstanceType |
priceType |
|
System.Int32 |
quantity |
|
Properties
Declaration
[PropertyBitValue(1024)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(256)]
public DateTime EffectiveDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(512)]
public DateTime ExpireDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
PartDomain
Declaration
[PropertyBitValue(4)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[PropertyBitValue(16)]
public string PriceProgram { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public PriceInstanceType PriceType { get; set; }
Property Value
Declaration
[PropertyBitValue(64)]
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(8)]
public string SupportProgram { get; set; }
Property Value
Type |
Description |
System.String |
|