Show / Hide Table of Contents

Class ReferenceData

An item of reference data.

Inheritance
System.Object
ReferenceData
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 ReferenceData

Properties

View Source

Code

The unique code for the reference data item.

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

Name

The name of the item.

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

Properties

Custom information about this item.

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

Type

The data type of reference data returned

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