sharedlibrarycoredtosmeta WebfrontTranslationHelper - RaidMax/IW4M-Admin GitHub Wiki
Public class
WebfrontTranslationHelper Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos.Meta
SharedLibraryCore.Dtos.Meta.WebfrontTranslationHelper[WebfrontTranslationHelper](/RaidMax/IW4M-Admin/wiki/WebfrontTranslationHelper)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
bool |
IsInterpolation |
get, set |
string |
MatchValue |
get, set |
string |
TranslationValue |
get, set |
Details
Constructors
WebfrontTranslationHelper
public WebfrontTranslationHelper()
Properties
IsInterpolation
public bool IsInterpolation { get; set; }
MatchValue
public string MatchValue { get; set; }
TranslationValue
public string TranslationValue { get; set; }
Generated with ModularDoc