Show / Hide Table of Contents

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

Constructors

CreatePriceInstanceSetup(String, String, String, String, PriceInstanceType, Int32, Decimal)

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

EndDate

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

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(64)]
public decimal Price { get; set; }
Property Value
Type Description
System.Decimal

PricedQuantity

Declaration
[PropertyBitValue(32)]
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

PriceType

Declaration
[PropertyBitValue(16)]
public PriceInstanceType PriceType { get; set; }
Property Value
Type Description
PriceInstanceType

StartDate

Declaration
[PropertyBitValue(128)]
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime
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.