-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreinterfaces IBasePathProvider
RaidMax edited this page May 21, 2023
·
1 revision
defines the capabilities for providing a base path unused as of now, will be used later during refactorying
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IBasePathProvider[[IBasePathProvider]]
class SharedLibraryCore.Interfaces.IBasePathProvider interfaceStyle;
end
Type | Name | Methods |
---|---|---|
string |
BasePath working directory of IW4MAdmin |
get |
defines the capabilities for providing a base path unused as of now, will be used later during refactorying
public string BasePath { get; }
working directory of IW4MAdmin
Generated with ModularDoc