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

UpdateTransaction() protected méthode

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

            clone.Prefix = this.SelectedPrefix;
        }