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

IModularAssembly Public interface

Diagram

  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

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