CDP4CommonView.PrefixedUnitDialogViewModel.PopulatePossiblePrefix C# (CSharp) Method

PopulatePossiblePrefix() protected method

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