-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycoreinterfaces IModularAssembly
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.IModularAssembly[[IModularAssembly]]
class SharedLibraryCore.Interfaces.IModularAssembly interfaceStyle;
end
| Type | Name | Methods |
|---|---|---|
string |
Author |
get |
string``[] |
Claims |
get |
string |
Name |
get |
string |
Role |
get |
string |
Scope |
get |
string |
Version |
get |
public string Name { get; }public string Author { get; }public string Version { get; }public string Scope { get; }public string Role { get; }public string Claims { get; }Generated with ModularDoc