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 partDomain, string partRevision, string priceProgram, PriceInstanceType priceType, int pricedQuantity, decimal price)
Parameters
Type |
Name |
Description |
System.String |
partNumber |
|
System.String |
partDomain |
|
System.String |
partRevision |
|
System.String |
priceProgram |
|
PriceInstanceType |
priceType |
|
System.Int32 |
pricedQuantity |
|
System.Decimal |
price |
|
Properties
Declaration
[PropertyBitValue(256)]
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
PartDomain
Declaration
[PropertyBitValue(2)]
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(4)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public decimal Price { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
[PropertyBitValue(32)]
public int PricedQuantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(8)]
public string PriceProgram { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public PriceInstanceType PriceType { get; set; }
Property Value
Declaration
[PropertyBitValue(128)]
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|