1 sharedlibrarycoreinterfaces IBasePathProvider
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IBasePathProvider Public interface

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]]
  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