Gorgon
Show / Hide Table of Contents

Enum MessageResponse

Values that can be returned from a message.

Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
[Flags]
public enum MessageResponse

Fields

Name Description
Cancel

User canceled.

No

User denied.

NoToAll

User denied operation to all items.

None

No message.

Yes

User confirmed.

YesToAll

User confirmed that operation should be applied to all items.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author