Class BuildTermAssociationDataMessage
Inheritance
System.Object
BuildTermAssociationDataMessage
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 BuildTermAssociationDataMessage
Constructors
BuildTermAssociationDataMessage()
Declaration
public BuildTermAssociationDataMessage()
Properties
AcademicTermID
Declaration
public int AcademicTermID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AcademicYearEndDate
Declaration
public DateTime? AcademicYearEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
AcademicYearSequence
Declaration
public int AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AcademicYearStartDate
Declaration
public DateTime? AcademicYearStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
MissingTerms
Declaration
public bool MissingTerms { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TermDescription
Declaration
public string TermDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermEndDate
Declaration
public DateTime? TermEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TermStartDate
Declaration
public DateTime? TermStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |