Method | Description | |
---|---|---|
AddProjectCodeAllocation ( |
||
AddProjectCodeAllocationDetail ( |
||
DeleteById ( int id ) : bool | ||
DeleteProjectCodeAllocationDetail ( |
||
Dispose ( ) : void | ||
EditProjectCodeAllocationDetail ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.Expression |
||
GetAllProjectCodeAllocationDetail ( ) : IEnumerable |
||
GetAllRequisitionsInHubAllocation ( ) : List |
||
GetAllocatedAmountByPC ( int hubId, int pcIndex ) : int | ||
GetAllocatedAmountBySI ( int hubId, int siIndex ) : int | ||
GetHubAllocation ( bool>.Expression |
||
GetHubAllocationByHubID ( int status ) : List |
||
GetHubAllocationByID ( int hubID ) : List |
||
ProjectCodeAllocationService ( ) : System | ||
Save ( ) : bool | ||
Save ( |
public AddProjectCodeAllocation ( |
||
_ProjectCodeAllocationDetail | ||
requisitionId | int | |
IsLastAssignment | bool | |
return | bool |
public AddProjectCodeAllocationDetail ( |
||
_ProjectCodeAllocationDetail | ||
return | bool |
public DeleteProjectCodeAllocationDetail ( |
||
_ProjectCodeAllocationDetail | ||
return | bool |
public EditProjectCodeAllocationDetail ( |
||
_ProjectCodeAllocationDetail | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | IEnumerable |
public FindById ( int id ) : |
||
id | int | |
return |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |
public GetAllProjectCodeAllocationDetail ( ) : IEnumerable |
||
return | IEnumerable |
public GetAllRequisitionsInHubAllocation ( ) : List |
||
return | List |
public GetAllocatedAmountByPC ( int hubId, int pcIndex ) : int | ||
hubId | int | |
pcIndex | int | |
return | int |
public GetAllocatedAmountBySI ( int hubId, int siIndex ) : int | ||
hubId | int | |
siIndex | int | |
return | int |
public GetHubAllocation ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public GetHubAllocationByHubID ( int status ) : List |
||
status | int | |
return | List |
public GetHubAllocationByID ( int hubID ) : List |
||
hubID | int | |
return | List |
public ProjectCodeAllocationService ( ) : System | ||
return | System |
public Save ( |
||
_projectAllocation | ||
return | bool |