Class RuleWorkflowParameterDetail
Inheritance
System.Object
RuleWorkflowParameterDetail
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 RuleWorkflowParameterDetail
Constructors
RuleWorkflowParameterDetail()
Declaration
public RuleWorkflowParameterDetail()
Properties
ConfigurationType
Declaration
public string ConfigurationType { get; set; }
Property Value
Type |
Description |
System.String |
|
CoursesCompleted
Declaration
public int CoursesCompleted { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CreditsCompleted
Declaration
public decimal CreditsCompleted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Entity
Declaration
public string Entity { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Operator
Declaration
public string Operator { get; set; }
Property Value
Type |
Description |
System.String |
|
ParameterName
Declaration
public string ParameterName { get; set; }
Property Value
Type |
Description |
System.String |
|
ParameterValue
Declaration
public string ParameterValue { get; set; }
Property Value
Type |
Description |
System.String |
|
RuleWorkflowId
Declaration
public int RuleWorkflowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|