Skip to content

sharedlibrarycoredtosmetaresponses ConnectionHistoryResponse

RaidMax edited this page May 21, 2023 · 1 revision

ConnectionHistoryResponse 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.ConnectionHistoryResponse[[ConnectionHistoryResponse]]
  SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse[[BaseMetaResponse]]
  end
SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse --> SharedLibraryCore.Dtos.Meta.Responses.ConnectionHistoryResponse
Loading

Members

Properties

Public properties

Type Name Methods
ConnectionType ConnectionType get, set
string ServerName get, set

Details

Inheritance

Constructors

ConnectionHistoryResponse

public ConnectionHistoryResponse()

Properties

ServerName

public string ServerName { get; set; }

ConnectionType

public ConnectionType ConnectionType { get; set; }

Generated with ModularDoc

Clone this wiki locally