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.Contracts
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreatePriceInstanceSetup

Constructors

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

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

AdditionalFields

Declaration
[PropertyBitValue(1024)]
public AdditionalFields AdditionalFields { get; }
Property Value
Type Description
AdditionalFields

EffectiveDate

Declaration
[PropertyBitValue(256)]
public DateTime EffectiveDate { get; set; }
Property Value
Type Description
System.DateTime

ExpireDate

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

PartNumber

Declaration
[PropertyBitValue(1)]
public string PartNumber { get; set; }
Property Value
Type Description
System.String

PartRevision

Declaration
[PropertyBitValue(2)]
public string PartRevision { get; set; }
Property Value
Type Description
System.String

Price

Declaration
[PropertyBitValue(128)]
public double Price { get; set; }
Property Value
Type Description
System.Double

PriceProgram

Declaration
[PropertyBitValue(16)]
public string PriceProgram { get; set; }
Property Value
Type Description
System.String

PriceType

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

Quantity

Declaration
[PropertyBitValue(64)]
public int Quantity { get; set; }
Property Value
Type Description
System.Int32

SupportProgram

Declaration
[PropertyBitValue(8)]
public string SupportProgram { get; set; }
Property Value
Type Description
System.String
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.