1 iw4madminapplicationcommandsclienttags TagMeta
RaidMax edited this page 2023-05-20 22:09:21 -05:00

TagMeta Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.Commands.ClientTags
  IW4MAdmin.Application.Commands.ClientTags.TagMeta[[TagMeta]]
  end
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.ILookupValue_1[[ILookupValue< TObject >]]
  class SharedLibraryCore.Interfaces.ILookupValue_1 interfaceStyle;

  end
SharedLibraryCore.Interfaces.ILookupValue_1 --> IW4MAdmin.Application.Commands.ClientTags.TagMeta

Members

Properties

Public properties

Type Name Methods
int Id get, set
int TagId get
string TagName get
string Value get, set

Details

Inheritance

Constructors

TagMeta

Source code

public TagMeta()

Properties

TagId

public int TagId { get; }

TagName

public string TagName { get; }

Id

public int Id { get; set; }

Value

public string Value { get; set; }

Generated with ModularDoc