Show / Hide Table of Contents

Class InvalidProductLine

A product line that could not be priced

Inheritance
System.Object
InvalidProductLine
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.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class InvalidProductLine

Properties

View Source

CorrelationId

The id that was provided by CorrelationId

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

ErrorMessage

The reason that the line was invalid

Declaration
public string ErrorMessage { 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

ProductCode

The id of the product that has been priced.

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

SchoolCode

The id of the school that the priced product is offered at

Declaration
public string SchoolCode { get; set; }
Property Type: System.String
  • View Source
Back to top Copyright © 2017 EC English