Class StudentResidencyDetailServiceBase
Abstract base class - StudentResidencyDetailServiceBase
Inheritance
System.Object
StudentResidencyDetailServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentResidencyDetailEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class StudentResidencyDetailServiceBase : EntityService<StudentResidencyDetailEntity>, IStudentResidencyDetailService, IEntityService<StudentResidencyDetailEntity>, IService
Constructors
StudentResidencyDetailServiceBase()
Declaration
protected StudentResidencyDetailServiceBase()
Methods
SetStudentResidencyStatus(SetStudentResidencyStatusRequest)
Declaration
public virtual SetStudentResidencyStatusResponse SetStudentResidencyStatus(SetStudentResidencyStatusRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| SetStudentResidencyStatusRequest | request |
Returns
| Type | Description |
|---|---|
| SetStudentResidencyStatusResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService