Метод | Описание | |
---|---|---|
Create ( long structureId, string name, IEnumerable |
||
Delete ( long structureId, string name ) : void | ||
Edit ( long structureId, string name, IEnumerable |
||
Get ( long structureId, string name ) : |
||
GetAll ( long structureId ) : IQueryable |
||
WorkSpaceTypeManager ( |
public Create ( long structureId, string name, IEnumerable |
||
structureId | long | |
name | string | |
services | IEnumerable |
|
Результат |
public Delete ( long structureId, string name ) : void | ||
structureId | long | |
name | string | |
Результат | void |
public Edit ( long structureId, string name, IEnumerable |
||
structureId | long | |
name | string | |
services | IEnumerable |
|
Результат |
public Get ( long structureId, string name ) : |
||
structureId | long | |
name | string | |
Результат |
public GetAll ( long structureId ) : IQueryable |
||
structureId | long | |
Результат | IQueryable |
public WorkSpaceTypeManager ( |
||
db | ||
Результат | System.Collections.Generic |