Class CreateEntranceTestScoreFromTemplateRequest
Inheritance
System.Object
CreateEntranceTestScoreFromTemplateRequest
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 CreateEntranceTestScoreFromTemplateRequest
Constructors
CreateEntranceTestScoreFromTemplateRequest()
Declaration
public CreateEntranceTestScoreFromTemplateRequest()
Properties
EntranceTestId
Gets or sets the entrance test identifier.
Declaration
public int EntranceTestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The entrance test identifier. |