Skip to content

sharedlibrarycoreinterfaces IClientMetaResponse

RaidMax edited this page May 21, 2023 · 1 revision

IClientMetaResponse Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IClientMetaResponse[[IClientMetaResponse]]
  class SharedLibraryCore.Interfaces.IClientMetaResponse interfaceStyle;
  end
Loading

Members

Properties

Public properties

Type Name Methods
int ClientId get
long MetaId get

Details

Properties

ClientId

public int ClientId { get; }

MetaId

public long MetaId { get; }

Generated with ModularDoc

Clone this wiki locally