Class ValidateMaxMinCreditsAllowedResponse
Represents the response for the ValidateMinMaxCreditsAllowed Method
Inheritance
System.Object
ValidateMaxMinCreditsAllowedResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ValidateMaxMinCreditsAllowedResponse : ServiceResponse
Constructors
ValidateMaxMinCreditsAllowedResponse()
Declaration
public ValidateMaxMinCreditsAllowedResponse()
Properties
IsMaxCreditRuleSatisfied
Declaration
public bool IsMaxCreditRuleSatisfied { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMinCreditRuleSatisfied
Declaration
public bool IsMinCreditRuleSatisfied { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxCreditsAllowed
Declaration
public decimal MaxCreditsAllowed { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
MinCreditsAllowed
Declaration
public decimal MinCreditsAllowed { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
NumberCreditsRegistered
Declaration
public decimal NumberCreditsRegistered { get; set; }
Property Value
Type |
Description |
System.Decimal |
|