CDP4CommonView.PrefixedUnitDialogViewModel.UpdateProperties C# (CSharp) Méthode

UpdateProperties() protected méthode

Update the properties
protected UpdateProperties ( ) : void
Résultat void
        protected override void UpdateProperties()
        {
            base.UpdateProperties();
            this.SelectedPrefix = this.Thing.Prefix;
            this.PopulatePossiblePrefix();
        }