PluginService.GetTool Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Gets tool metadata from the repository. |
Get |
Gets tool metadata from the repository. |
GetTool(Guid)
Gets tool metadata from the repository.
public static ITool GetTool(Guid id)
Parameters
- id
- System.Guid
Returns
ITool
Returns an object implementing the
GetTool()
Gets tool metadata from the repository.
public static TTool GetTool()
where TTool : class, ITool
Returns
ITool
Returns an object implementing the