Class ValidateAllowedRetakesResponseItem
Inheritance
System.Object
ValidateAllowedRetakesResponseItem
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 ValidateAllowedRetakesResponseItem
Constructors
ValidateAllowedRetakesResponseItem()
Declaration
public ValidateAllowedRetakesResponseItem()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxAllowedRetakes
Declaration
public int MaxAllowedRetakes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfTimesTaken
Declaration
public int NumberOfTimesTaken { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |