Esempio n. 1
0
        public override void SetInputModelValues()
        {
            LanguageUidInput.Value = LanguageUid.ToUidString();

            NameInput.Value         = Name;
            OriginalNameInput.Value = OriginalName;
            IsoCode2Input.Value     = IsoCode2;
            IsoCode3Input.Value     = IsoCode3;
            DescriptionInput.Value  = Description;
        }
Esempio n. 2
0
        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;
        }
Esempio n. 3
0
        public override void SetInputModelValues()
        {
            UserUidInput.Value = UserUid.ToUidString();

            FirstNameInput.Value = FirstName;
            LastNameInput.Value  = LastName;

            if (LanguageUid.IsNotEmptyGuid())
            {
                LanguageInput.Value = LanguageUid.ToUidString();
                LanguageInput.Text  = LanguageName;
            }
        }