Class FulfillRequirementResponse
Represents the response for the UpdateStudentEnrollmentPeriod method.
Inheritance
System.Object
FulfillRequirementResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class FulfillRequirementResponse : ServiceResponse
Constructors
FulfillRequirementResponse()
Declaration
public FulfillRequirementResponse()
Properties
IsFullFillmentAlreadyExist
Declaration
public bool IsFullFillmentAlreadyExist { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentEnrollmentDpaFulfillment
Gets or sets the StudentEnrollmentDpaFulfillmentEntity.
Declaration
public StudentEnrollmentDpaFulfillmentEntity StudentEnrollmentDpaFulfillment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentDpaFulfillmentEntity | The StudentEnrollmentDpaFulfillmentEntity. |