Class CatalogYearForElectiveAndSubstitutionResponse
Inheritance
System.Object
CatalogYearForElectiveAndSubstitutionResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CatalogYearForElectiveAndSubstitutionResponse
Constructors
CatalogYearForElectiveAndSubstitutionResponse()
Declaration
public CatalogYearForElectiveAndSubstitutionResponse()
Properties
CatalogYearCode
Declaration
public string CatalogYearCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CatalogYearEffectiveEndDate
Declaration
public DateTime CatalogYearEffectiveEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CatalogYearEffectiveStartDate
Declaration
public DateTime CatalogYearEffectiveStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CatalogYearId
Declaration
public int CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CatalogYearName
Declaration
public string CatalogYearName { get; set; }
Property Value
Type | Description |
---|---|
System.String |