Show / Hide Table of Contents

Class Product

A product.

Inheritance
System.Object
Product
ProductWithOfferingsLink
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class Product

Properties

View Source

AccommodationProperties

Contains extra details about the accommodation

Declaration
public AccommodationProperties AccommodationProperties { get; set; }
Property Type: AccommodationProperties
View Source

Code

A unique code for the product.

Declaration
public string Code { get; set; }
Property Type: System.String
View Source

CostCentreCode

The finance cost centre code

Declaration
public string CostCentreCode { get; set; }
Property Type: System.String
View Source

GeneralLedgerCode

The finance general ledger code

Declaration
public string GeneralLedgerCode { get; set; }
Property Type: System.String
View Source

Name

The name of the product

Declaration
public string Name { get; set; }
Property Type: System.String
View Source

Properties

Custom properties for the product.

Declaration
[Obsolete]
public IDictionary<string, string> Properties { get; set; }
Property Type: System.Collections.Generic.IDictionary<System.String, System.String>
View Source

TransferProperties

Contains extra details about the transfers

Declaration
public TransferProperties TransferProperties { get; set; }
Property Type: TransferProperties
View Source

Type

Indicates the type of product.

Declaration
public ProductType Type { get; set; }
Property Type: ProductType
View Source

UnitType

The type of unit

Declaration
public UnitType UnitType { get; set; }
Property Type: UnitType
View Source

WeeksType

How are weeks measured for the product

Declaration
public WeeksType WeeksType { get; set; }
Property Type: WeeksType
  • View Source
Back to top Copyright © 2017 EC English