Class ProcessAutoExamRegistrationResponse
Represents the response for the ProcessAutoExamRegistration method.
Inheritance
System.Object
ProcessAutoExamRegistrationResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProcessAutoExamRegistrationResponse : ServiceResponse
Constructors
ProcessAutoExamRegistrationResponse()
Declaration
public ProcessAutoExamRegistrationResponse()
Properties
ResultList
Declaration
public ICollection<AutoExamRegistrationResult> ResultList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AutoExamRegistrationResult> |