CDP4CommonView.NoteDialogViewModel.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.ShortName = this.Thing.ShortName;
            this.Name = this.Thing.Name;
            this.CreatedOn = this.Thing.CreatedOn;
            this.SelectedOwner = this.Thing.Owner;
            this.PopulatePossibleOwner();
            this.PopulateCategory();
        }