iw4madminapplicationcommandsclienttags TagMeta - RaidMax/IW4M-Admin GitHub Wiki
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
| Type | Name | Methods |
|---|---|---|
int |
Id |
get, set |
int |
TagId |
get |
string |
TagName |
get |
string |
Value |
get, set |
-
ILookupValue<string>
public TagMeta()public int TagId { get; }public string TagName { get; }public int Id { get; set; }public string Value { get; set; }Generated with ModularDoc