-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationcommandsclienttags TagMeta
RaidMax edited this page May 21, 2023
·
1 revision
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