Class PickerEdge
Last update: 16.07.2025Namespace: VM.Managed.Picker.Core
Assembly: VMAppCore.dll
This class is to represent the edge picker.
public class PickerEdge : PickerTopol
Inheritance
object ← PickerBase ← PickerTopol ← PickerEdge
Inherited Members
PickerTopol.m_pParentObject,
PickerBase.raise_CustomFilterEvent(object, FilterArgs),
PickerBase.Pick(bool),
PickerBase.PickWithStartSignal(bool, ManualResetEvent),
PickerBase.Abort(),
PickerBase.GetPickerInfo(),
PickerBase.GetValidResultXml(string),
PickerBase.GetResultXmlFromKey(UIntPtr),
PickerBase.GetChangeNoneParametricXml(string),
PickerBase.Filtering(UIntPtr),
PickerBase.FilteringVMPID(_VM_ID),
PickerBase.FilteringAnother(UIntPtr),
PickerBase.FilteringReference(UIntPtr, UIntPtr),
PickerBase.Highlight(bool),
PickerBase.GetAdjacentPatch(double, List
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PickerEdge()
Initializes a new instance of the
public PickerEdge()
Methods
GetPickerInfo()
Gets information of picking type.
public override string GetPickerInfo()
Returns
SetResultImpl(ref string, bool)
Sets the result for picking.
protected override bool SetResultImpl(ref string strXml, bool bXmlOnly)
Parameters
strXml string
The picked data.
bXmlOnly bool
If it is true, skip the result setting.
Returns
true if success; otherwise, false.