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

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

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