UserActionContext Class |
Namespace: Omada.OE.Model
public class UserActionContext : ContextBase<UserAction>, IDisposable
The UserActionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentAction |
Get the current UserAction if one has been set. Otherwise null.
|
| Name | Description | |
|---|---|---|
| CreateContext |
Creates a new UserActionContext and set it as current. Throws an exception if a context already exists.
| |
| Dispose |
Dispose
(Inherited from ContextBaseT.) | |
| Dispose(Boolean) |
Dispose and restores the previous state
(Inherited from ContextBaseT.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |