Метод | Описание | |
---|---|---|
Add ( |
||
BusinessProcessService ( IUnitOfWork unitOfWork ) : System | ||
CheckPlanBeforeReject ( |
||
CreateBusinessProcess ( int templateID, int documentID, string documentType, |
||
CreateBusinessProcessForObject ( int templateID, int DocumentID, string DocumentType, bool save = false ) : |
||
Delete ( |
||
DeleteById ( int id ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
GetAll ( ) : List |
||
PromotWorkflow ( |
||
Save ( ) : bool | ||
Update ( |
public Add ( |
||
item | ||
Результат | bool |
public BusinessProcessService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
Результат | System |
public CheckPlanBeforeReject ( |
||
st | ||
Результат | bool |
public CreateBusinessProcess ( int templateID, int documentID, string documentType, |
||
templateID | int | |
documentID | int | |
documentType | string | |
startingState | ||
Результат |
public CreateBusinessProcessForObject ( int templateID, int DocumentID, string DocumentType, bool save = false ) : |
||
templateID | int | |
DocumentID | int | |
DocumentType | string | |
save | bool | |
Результат |
public Delete ( |
||
item | ||
Результат | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
Результат | List |
public FindById ( int id ) : |
||
id | int | |
Результат |
public PromotWorkflow ( |
||
state | ||
Результат | bool |
public Update ( |
||
item | ||
Результат | bool |