sharedlibrarycoredtosmetaresponses InformationResponse - RaidMax/IW4M-Admin GitHub Wiki
Public class
InformationResponse 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](/RaidMax/IW4M-Admin/wiki/InformationResponse)
SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse[BaseMetaResponse](/RaidMax/IW4M-Admin/wiki/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
public InformationResponse()
Properties
Key
public string Key { get; set; }
Value
public string Value { get; set; }
ToolTipText
public string ToolTipText { get; set; }
Generated with ModularDoc