sharedlibrarycoreinterfaces IBasePathProvider - RaidMax/IW4M-Admin GitHub Wiki
Public interface
IBasePathProvider Description
defines the capabilities for providing a base path unused as of now, will be used later during refactorying
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IBasePathProvider[IBasePathProvider](/RaidMax/IW4M-Admin/wiki/IBasePathProvider)
class SharedLibraryCore.Interfaces.IBasePathProvider interfaceStyle;
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string |
BasePath working directory of IW4MAdmin |
get |
Details
Summary
defines the capabilities for providing a base path unused as of now, will be used later during refactorying
Properties
BasePath
public string BasePath { get; }
Summary
working directory of IW4MAdmin
Generated with ModularDoc