Click or drag to resize

ContextBaseT Class

ContextBase for implementing the Context pattern
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelContextBaseT
    More...

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public abstract class ContextBase<T> : IDisposable
where T : class

Type Parameters

T

The ContextBaseT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStatic memberCurrentState
Get the current state if one has been set. Otherwise null.
Top
Methods
  NameDescription
Public methodDispose
Dispose
Protected methodDispose(Boolean)
Dispose and restores the previous state
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelContextBaseT
    Omada.OE.AppLogicChangeSetImportContext
    Omada.OE.AppLogicFeaturePackageImportContext
    Omada.OE.AppLogicIgnoreCacheContext
    Omada.OE.AppLogicReferencePathContext
    Omada.OE.ModelActivityReassignContext
    Omada.OE.ModelAppStringNoTraceContext
    Omada.OE.ModelAppStringUpdateContext
    Omada.OE.Model.AuthSourcePolicyOperationSourceContext
    Omada.OE.ModelConfigurationChangeLoggingContext
    Omada.OE.ModelDataObjectImportRunningContext
    Omada.OE.ModelDataUtilsLogContext
    Omada.OE.ModelProcessRoutingContext
    Omada.OE.ModelSecurityOverrideContext
    Omada.OE.ModelSkipRegExValidationContext
    Omada.OE.ModelUserActionContext