Class AllocateBudgetedStartsResponse
Represents the response for the AllocateBudgetedStartsEntities method.
Inheritance
System.Object
AllocateBudgetedStartsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class AllocateBudgetedStartsResponse : ServiceResponse
Constructors
AllocateBudgetedStartsResponse()
Initialize the list of AdmissionsRepBudgetStartEntity
Declaration
public AllocateBudgetedStartsResponse()
Properties
AdmissionsRepBudgetStartEntityList
AdmissionsRepBudgetStartEntityList
Declaration
public List<AdmissionsRepBudgetStartEntity> AdmissionsRepBudgetStartEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AdmissionsRepBudgetStartEntity> |