CDP4CommonView.PrefixedUnitDialogViewModel.UpdateTransaction C# (CSharp) Method

UpdateTransaction() protected method

Update the transaction with the Thing represented by this Dialog
protected UpdateTransaction ( ) : void
return void
        protected override void UpdateTransaction()
        {
            base.UpdateTransaction();
            var clone = this.Thing;

            clone.Prefix = this.SelectedPrefix;
        }