Show / Hide Table of Contents

Class ProductResult

A result of looking up a product by code

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

Properties

View Source

Product

The product. Will be null if WasFound is false

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

ProductCode

The product code requested

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

WasFound

Indicates whether a product with the specified code was found

Declaration
public bool WasFound { get; set; }
Property Type: System.Boolean
  • View Source
Back to top Copyright © 2017 EC English