Class StudentEnrollmentPeriodConnectedEnrollmentServiceBase
Abstract base class - StudentEnrollmentPeriodConnectedEnrollmentServiceBase
Inheritance
System.Object
StudentEnrollmentPeriodConnectedEnrollmentServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentEnrollmentPeriodConnectedEnrollmentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class StudentEnrollmentPeriodConnectedEnrollmentServiceBase : EntityService<StudentEnrollmentPeriodConnectedEnrollmentEntity>, IStudentEnrollmentPeriodConnectedEnrollmentService, IEntityService<StudentEnrollmentPeriodConnectedEnrollmentEntity>, IService
Constructors
StudentEnrollmentPeriodConnectedEnrollmentServiceBase()
Declaration
protected StudentEnrollmentPeriodConnectedEnrollmentServiceBase()
Methods
SetConnectedEnrollments(SetConnectedEnrollmentRequest)
Declaration
public virtual SetConnectedEnrollmentResponse SetConnectedEnrollments(SetConnectedEnrollmentRequest request)
Parameters
Type | Name | Description |
---|---|---|
SetConnectedEnrollmentRequest | request |
Returns
Type | Description |
---|---|
SetConnectedEnrollmentResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService