BindingCompleteState

Wisej.Web.BindingCompleteState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Indicates the result of a binding operation.

public enum BindingCompleteState : Enum

Fields

Name
Description

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

Name
Description

Returns the completion state of the binding operation.

Last updated

Was this helpful?