CDP4CommonView.PrefixedUnitDialogViewModel.UpdateProperties C# (CSharp) 메소드

UpdateProperties() 보호된 메소드

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