BindingCompleteState

Wisej.Web.BindingCompleteState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Indicates the result of a binding operation.

public enum BindingCompleteState : Enum

Fields

NameDescription

DataError

The binding operation failed with a data error.

Exception

The binding operation failed with an exception.

Success

The binding operation completed successfully.

Used By

NameDescription

Returns the completion state of the binding operation.

Last updated