Show / Hide Table of Contents

Class SchoolByCodeResult

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

Properties

View Source

School

The school. Will be null if WasFound is false

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

SchoolCode

The school code that was requested

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

WasFound

Indicates whether a school 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