CDP4CommonView.NoteDialogViewModel.UpdateProperties C# (CSharp) Method

UpdateProperties() protected method

Update the properties
protected UpdateProperties ( ) : void
return 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();
        }