Class RegistrationRuleResultOutput
Inheritance
System.Object
RegistrationRuleResultOutput
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 RegistrationRuleResultOutput
Constructors
RegistrationRuleResultOutput()
Declaration
public RegistrationRuleResultOutput()
Properties
Actual
Calculated value to compare against the limit.
Declaration
public decimal Actual { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
FailedLockType
Failed Lock Type
Declaration
public string FailedLockType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsIncludedDropCourses
IsIncludedDropCourses
Declaration
public bool IsIncludedDropCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIncludedLoaCourses
Declaration
public bool IsIncludedLoaCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Limit
Limit
Declaration
public decimal? Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
RegistrationRuleId
Registration Rule Id
Declaration
public int RegistrationRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UnitType
UnitType
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String |