Class RegistrationRuleCourseInfoInput
Inheritance
System.Object
RegistrationRuleCourseInfoInput
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 RegistrationRuleCourseInfoInput
Constructors
RegistrationRuleCourseInfoInput()
Declaration
public RegistrationRuleCourseInfoInput()
Properties
Action
The action being performed
Declaration
public RegistrationRuleBusinessProcessType Action { get; set; }
Property Value
Type | Description |
---|---|
RegistrationRuleBusinessProcessType |
ClassSectionId
CourseSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseId
Course Id
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Credits
Credits
Declaration
public decimal Credits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
EnrollStatusCredits
Enroll Status Credits
Declaration
public decimal EnrollStatusCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
EnrollStatusHours
Enroll Status Hours
Declaration
public decimal EnrollStatusHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Hours
Hours
Declaration
public decimal Hours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
IsAuditCourse
TermId
Declaration
public bool IsAuditCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentTermId
Parent TermId
Declaration
public int ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentCourseId
DegreeCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |