public override void SetInputModelValues() { OrganizationUidInput.Value = OrganizationUid.ToUidString(); LabelUidInput.Value = LabelUid.ToUidString(); LabelKeyInput.Value = LabelKey; }
public override void SetInputModelValues() { OrganizationUidInput.Value = OrganizationUid.ToUidString(); LabelUidInput.Value = LabelUid.ToUidString(); KeyInput.Value = Key; DescriptionInput.Value = Description; }
public override void SetInputModelValues() { OrganizationUidInput.Value = OrganizationUid.ToUidString(); ProjectInput.Value = ProjectUid.ToUidString(); ProjectNameInput.Value = ProjectName; LabelInput.Value = LabelUid.ToUidString(); LabelKeyInput.Value = LabelKey; LanguageInput.Value = LanguageUid.ToUidString(); LabelTranslationInput.Value = LabelTranslation; }