Class SetConnectedEnrollmentResponse
Represents the response for the SaveStudentEnrollmentPeriodConnectedEnrollmentEvent method.
Inheritance
System.Object
SetConnectedEnrollmentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SetConnectedEnrollmentResponse : ServiceResponse
Constructors
SetConnectedEnrollmentResponse()
Declaration
public SetConnectedEnrollmentResponse()
Properties
ConnectedEnrollments
Gets or sets the connected enrollments.
Declaration
public List<ConnectedEnrollment> ConnectedEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ConnectedEnrollment> | The connected enrollments. |