Class CheckDuplicateCampusStudentResponse
Represents the response for the CheckDuplicateCampusStudent method.
Inheritance
System.Object
CheckDuplicateCampusStudentResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CheckDuplicateCampusStudentResponse : ServiceResponse
Constructors
CheckDuplicateCampusStudentResponse()
Declaration
public CheckDuplicateCampusStudentResponse()
Properties
ItemsAffected
Gets or sets the items affected.
Declaration
public int ItemsAffected { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The items affected. |
Students
Gets or sets the Students value.
Declaration
public List<DuplicateCampusStudentListMessage> Students { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DuplicateCampusStudentListMessage> |