CDP4CommonView.PrefixedUnitDialogViewModel.UpdateProperties C# (CSharp) Method

UpdateProperties() protected method

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