sharedlibrarycoreinterfaces IModularAssembly - RaidMax/IW4M-Admin GitHub Wiki
Public interface
IModularAssembly Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IModularAssembly[IModularAssembly](/RaidMax/IW4M-Admin/wiki/IModularAssembly)
class SharedLibraryCore.Interfaces.IModularAssembly interfaceStyle;
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string |
Author |
get |
string``[] |
Claims |
get |
string |
Name |
get |
string |
Role |
get |
string |
Scope |
get |
string |
Version |
get |
Details
Properties
Name
public string Name { get; }
Author
public string Author { get; }
Version
public string Version { get; }
Scope
public string Scope { get; }
Role
public string Role { get; }
Claims
public string Claims { get; }
Generated with ModularDoc