-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreinterfaces IConfigurationHandlerT
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IBaseConfiguration[[IBaseConfiguration]]
class SharedLibraryCore.Interfaces.IBaseConfiguration interfaceStyle;
SharedLibraryCore.Interfaces.IConfigurationHandler_1[[IConfigurationHandler< T >]]
class SharedLibraryCore.Interfaces.IConfigurationHandler_1 interfaceStyle;
SharedLibraryCore.Interfaces.IConfigurationHandler_1T((T));
SharedLibraryCore.Interfaces.IConfigurationHandler_1 -- where --o SharedLibraryCore.Interfaces.IConfigurationHandler_1T
SharedLibraryCore.Interfaces.IBaseConfiguration --> SharedLibraryCore.Interfaces.IConfigurationHandler_1T
end
Type | Name | Methods |
---|---|---|
string |
FileName |
get |
Returns | Name |
---|---|
Task |
BuildAsync () |
T |
Configuration () |
Task |
Save () |
void |
Set (T config) |
public Task Save()
public Task BuildAsync()
public T Configuration()
public void Set(T config)
Type | Name | Description |
---|---|---|
T |
config |
public string FileName { get; }
Generated with ModularDoc