Skip to content

sharedlibrarycoreinterfaces IModularAssembly

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally