Class TermRegistrationConflictDetail
Inheritance
System.Object
TermRegistrationConflictDetail
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 TermRegistrationConflictDetail
Constructors
TermRegistrationConflictDetail()
Declaration
public TermRegistrationConflictDetail()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Comments
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |