-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoredtosmetaresponses ConnectionHistoryResponse
RaidMax edited this page May 21, 2023
·
1 revision
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
Type | Name | Methods |
---|---|---|
ConnectionType |
ConnectionType |
get, set |
string |
ServerName |
get, set |
public ConnectionHistoryResponse()
public string ServerName { get; set; }
public ConnectionType ConnectionType { get; set; }
Generated with ModularDoc