CDP4CommonView.NoteDialogViewModel.PopulatePossibleOwner C# (CSharp) Method

PopulatePossibleOwner() protected method

Populates the PossibleOwner property
protected PopulatePossibleOwner ( ) : void
return void
        protected virtual void PopulatePossibleOwner()
        {
            this.PossibleOwner.Clear();
        }
    }