Show / Hide Table of Contents

Class DialogResult

Acts as the base class for all dialog results.

Inheritance
System.Object
DialogResult
EtimPickerDialogResult
LoginDialogResult
LogoutDialogResult
UOLEditDialogResult
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 abstract class DialogResult

Properties

Cancelled

Gets a value indicating whether the end-user cancelled the dialog that returned the DialogResult.

Declaration
public bool Cancelled { get; }
Property Value
Type Description
System.Boolean

true if cancelled; otherwise, false.

Methods

GetStringBuilder()

Returns an Cadac.Logging.ObjectStringBuilder that represents the current object.

Declaration
protected ObjectStringBuilder GetStringBuilder()
Returns
Type Description
Cadac.Logging.ObjectStringBuilder

An Cadac.Logging.ObjectStringBuilder that represents the current object.

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
System.Object.ToString()