1 sharedlibrarycoredtosmeta WebfrontTranslationHelper
RaidMax edited this page 2023-05-20 22:09:21 -05:00

WebfrontTranslationHelper Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos.Meta
  SharedLibraryCore.Dtos.Meta.WebfrontTranslationHelper[[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