Class AllocateBudgetedStartsEventArgs
Represents arguments to AllocateBudgetedStartsEventArgs.
Inheritance
System.Object
AllocateBudgetedStartsEventArgs
Namespace: Cmc.Nexus.Admissions.Events
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class AllocateBudgetedStartsEventArgs : ServiceEventArgs<AllocateBudgetedStartsRequest, AllocateBudgetedStartsResponse>
Constructors
AllocateBudgetedStartsEventArgs(AllocateBudgetedStartsRequest)
Initializes a new instance of the AllocateBudgetedStartsEventArgs class.
Declaration
public AllocateBudgetedStartsEventArgs(AllocateBudgetedStartsRequest request)
Parameters
Type | Name | Description |
---|---|---|
AllocateBudgetedStartsRequest | request | The AllocateBudgetedStartsRequest Object. |