Method | Description | |
---|---|---|
AddWorkSpaceType ( long structureId, string name, string workSpaceName ) : |
||
Bind ( long structureId, string containerPrototypeName, string workSpaceTypeName ) : |
||
ClearAllBindings ( long structureId ) : void | ||
ContainerTypeManager ( |
||
Create ( long structureId, string name, string parent ) : |
||
Delete ( long structureId, string name ) : void | ||
Get ( long structureId, string name ) : |
||
GetAll ( long structureId ) : IQueryable |
public AddWorkSpaceType ( long structureId, string name, string workSpaceName ) : |
||
structureId | long | |
name | string | |
workSpaceName | string | |
return |
public Bind ( long structureId, string containerPrototypeName, string workSpaceTypeName ) : |
||
structureId | long | |
containerPrototypeName | string | |
workSpaceTypeName | string | |
return |
public ClearAllBindings ( long structureId ) : void | ||
structureId | long | |
return | void |
public ContainerTypeManager ( |
||
db | ||
return | System.Linq |
public Create ( long structureId, string name, string parent ) : |
||
structureId | long | |
name | string | |
parent | string | |
return |
public Delete ( long structureId, string name ) : void | ||
structureId | long | |
name | string | |
return | void |
public Get ( long structureId, string name ) : |
||
structureId | long | |
name | string | |
return |
public GetAll ( long structureId ) : IQueryable |
||
structureId | long | |
return | IQueryable |