Class CreateProgramEntranceConditionTestRequest
Inheritance
System.Object
CreateProgramEntranceConditionTestRequest
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.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class CreateProgramEntranceConditionTestRequest
Constructors
CreateProgramEntranceConditionTestRequest()
Declaration
public CreateProgramEntranceConditionTestRequest()
Properties
Courses
Declaration
public List<CreateProgramEntranceConditionTestCourseRequest> Courses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CreateProgramEntranceConditionTestCourseRequest> |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequiredMaximumScore
Declaration
public decimal RequiredMaximumScore { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
RequiredMinimumScore
Declaration
public decimal RequiredMinimumScore { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |