Show / Hide Table of Contents

Class UOLEditDialogResult

Represents the result that the UOL edit dialog returns. Implements the DialogResult

Inheritance
System.Object
DialogResult
UOLEditDialogResult
Inherited Members
DialogResult.Cancelled
DialogResult.GetStringBuilder()
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 UOLEditDialogResult : 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.

Overrides
DialogResult.ToString()

See Also

DialogResult