Class RuleComponentInfoMessage
Inheritance
System.Object
RuleComponentInfoMessage
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()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RuleComponentInfoMessage
Constructors
RuleComponentInfoMessage()
Declaration
public RuleComponentInfoMessage()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
ComponentId
Declaration
public int ComponentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ComponentInfoMsgId
Declaration
public int ComponentInfoMsgId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ComponentType
Declaration
public string ComponentType { get; set; }
Property Value
Type |
Description |
System.String |
|
DegreeCourseStatusType
Declaration
public string DegreeCourseStatusType { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EarnedValue
Declaration
public string EarnedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
FailureMessage
Declaration
public string FailureMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxValue
Declaration
public string MaxValue { get; set; }
Property Value
Type |
Description |
System.String |
|
MinValue
Declaration
public string MinValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Passed
Declaration
public bool Passed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Rule
Declaration
public string Rule { get; set; }
Property Value
Type |
Description |
System.String |
|
RuleInfoMsgId
Declaration
public int RuleInfoMsgId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RuleType
Declaration
public string RuleType { get; set; }
Property Value
Type |
Description |
System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|