Class StudentEnrollmentPeriodHonorServiceBase
Abstract base class - StudentEnrollmentPeriodHonorServiceBase
Inheritance
System.Object
StudentEnrollmentPeriodHonorServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentEnrollmentPeriodHonorEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class StudentEnrollmentPeriodHonorServiceBase : EntityService<StudentEnrollmentPeriodHonorEntity>, IStudentEnrollmentPeriodHonorService, IEntityService<StudentEnrollmentPeriodHonorEntity>, IService
Constructors
StudentEnrollmentPeriodHonorServiceBase()
Declaration
protected StudentEnrollmentPeriodHonorServiceBase()
Methods
GetEnrollHonorStudent(GetEnrollHonorStudentRequest)
Declaration
public virtual GetEnrollHonorStudentResponse GetEnrollHonorStudent(GetEnrollHonorStudentRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetEnrollHonorStudentRequest | request |
Returns
Type | Description |
---|---|
GetEnrollHonorStudentResponse |
SaveEnrollHonor(SaveEnrollHonorRequest)
Declaration
public virtual SaveEnrollHonorResponse SaveEnrollHonor(SaveEnrollHonorRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveEnrollHonorRequest | request |
Returns
Type | Description |
---|---|
SaveEnrollHonorResponse |
SaveHonor(StudentEnrollmentPeriodSaveHonorRequest)
Declaration
public virtual ServiceResponse SaveHonor(StudentEnrollmentPeriodSaveHonorRequest request)
Parameters
Type | Name | Description |
---|---|---|
StudentEnrollmentPeriodSaveHonorRequest | request |
Returns
Type | Description |
---|---|
Cmc.Core.ServiceModel.ServiceResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService