Class UpdatePriceInstanceSetup
Inheritance
System.Object
UpdatePriceInstanceSetup
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.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class UpdatePriceInstanceSetup
Constructors
UpdatePriceInstanceSetup(String, String, String, String, Int32, Decimal, DateTime)
Declaration
[ConstructorIndex(0)]
public UpdatePriceInstanceSetup(string partNumber, string partDomain, string partRevision, string priceProgram, int pricedQuantity, decimal price, DateTime updateDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | partNumber | |
System.String | partDomain | |
System.String | partRevision | |
System.String | priceProgram | |
System.Int32 | pricedQuantity | |
System.Decimal | price | |
System.DateTime | updateDate |
Properties
PartDomain
Declaration
[PropertyBitValue(2)]
public string PartDomain { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartNumber
Declaration
[PropertyBitValue(1)]
public string PartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartRevision
Declaration
[PropertyBitValue(4)]
public string PartRevision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Price
Declaration
[PropertyBitValue(32)]
public decimal Price { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PricedQuantity
Declaration
[PropertyBitValue(16)]
public int PricedQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PriceProgram
Declaration
[PropertyBitValue(8)]
public string PriceProgram { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateDate
Declaration
[PropertyBitValue(64)]
public DateTime UpdateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |