1 sharedlibrarycoredtosmetaresponses InformationResponse
RaidMax edited this page 2023-05-20 22:09:21 -05:00

InformationResponse Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos.Meta.Responses
  SharedLibraryCore.Dtos.Meta.Responses.InformationResponse[[InformationResponse]]
  SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse[[BaseMetaResponse]]
  end
SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse --> SharedLibraryCore.Dtos.Meta.Responses.InformationResponse

Members

Properties

Public properties

Type Name Methods
string Key get, set
string ToolTipText get, set
string Value get, set

Details

Inheritance

Constructors

InformationResponse

Source code

public InformationResponse()

Properties

Key

public string Key { get; set; }

Value

public string Value { get; set; }

ToolTipText

public string ToolTipText { get; set; }

Generated with ModularDoc