Method | Description | |
---|---|---|
BuildRoot ( ) : IExplorerItem | ||
CreateResourceItem ( IResource resource ) : |
||
CreateRootExplorerItem ( ResourceType type, string workSpacePath, System.Guid workSpaceId ) : IExplorerItem | ||
CreateRootExplorerItem ( string workSpacePath, System.Guid workSpaceId ) : IExplorerItem | ||
ExplorerItemFactory ( IResourceCatalog catalogue, IDirectory directory, IAuthorizationService authService ) : System | ||
IsChild ( string parent, string maybeChild ) : bool |
Method | Description | |
---|---|---|
AddChildren ( IExplorerItem rootNode, IEnumerable |
||
AddChildren ( IExplorerItem rootNode, IEnumerable |
||
BuildStructureFromFilePath ( IDirectory directory, string path, string rootPath ) : IList |
||
BuildStructureFromFilePathRoot ( IDirectory directory, string path, IExplorerItem root ) : IExplorerItem | ||
GetResourceParent ( string resourcePath ) : string |
public CreateResourceItem ( IResource resource ) : |
||
resource | IResource | |
return |
public CreateRootExplorerItem ( ResourceType type, string workSpacePath, System.Guid workSpaceId ) : IExplorerItem | ||
type | ResourceType | |
workSpacePath | string | |
workSpaceId | System.Guid | |
return | IExplorerItem |
public CreateRootExplorerItem ( string workSpacePath, System.Guid workSpaceId ) : IExplorerItem | ||
workSpacePath | string | |
workSpaceId | System.Guid | |
return | IExplorerItem |
public ExplorerItemFactory ( IResourceCatalog catalogue, IDirectory directory, IAuthorizationService authService ) : System | ||
catalogue | IResourceCatalog | |
directory | IDirectory | |
authService | IAuthorizationService | |
return | System |
public IsChild ( string parent, string maybeChild ) : bool | ||
parent | string | |
maybeChild | string | |
return | bool |