Class StipendTemplateServiceBase
Abstract base class - StipendTemplateServiceBase
Inheritance
System.Object
StipendTemplateServiceBase
Implements
Cmc.Core.ServiceModel.IService
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StipendTemplateServiceBase : EntityService<StipendTemplateEntity>, IStipendTemplateService, IEntityService<StipendTemplateEntity>, IService
Constructors
StipendTemplateServiceBase()
Declaration
protected StipendTemplateServiceBase()
Methods
AllocateStipendScheduleToStudent(AllocateStipendScheduleToStudentRequest)
Declaration
public virtual AllocateStipendScheduleToStudentResponse AllocateStipendScheduleToStudent(AllocateStipendScheduleToStudentRequest request)
Parameters
Returns
AllocateStipendScheduleToStudentQueue(AllocateStipendScheduleToStudentRequest)
Declaration
public virtual AllocateStipendScheduleToStudentResponse AllocateStipendScheduleToStudentQueue(AllocateStipendScheduleToStudentRequest request)
Parameters
Returns
QueueAllStudentStipendDisbursement(QueueStudentStipendDisbursementAllRequest)
Declaration
public virtual QueueStudentStipendDisbursementAllResponse QueueAllStudentStipendDisbursement(QueueStudentStipendDisbursementAllRequest request)
Parameters
Returns
QueueSelectedStudentStipendDisbursement(QueueStudentStipendDisbursementSelectedRequest)
Declaration
public virtual QueueStudentStipendDisbursementSelectedResponse QueueSelectedStudentStipendDisbursement(QueueStudentStipendDisbursementSelectedRequest request)
Parameters
Returns
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService