Class EtimPickerDialogResult
Represents the result that the ETIM Picker dialog returns. Implements the DialogResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UOL.SDK.Controls
Assembly: UOL.SDK.Controls.dll
Syntax
public class EtimPickerDialogResult : DialogResult
Properties
CADFilterResult
Gets the filter result with the selected CAD Product info and the search criteria used to find the product.
Declaration
public CADFilterResult CADFilterResult { get; }
Property Value
Type | Description |
---|---|
UOL.Models.CADFilterResult | The filter result with the selected CAD Product info and the search criteria used to find the product. |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |