Click or drag to resize

OperationSourceContext Class

The OperationSourceContext is used in sections of the program logic where we want to indicate that operations (that changes data objects) are performed by an external system (namely the ODW export). The OperationSourceContext has an impact on the validation of authoritative source policies when saving a data object.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelContextBaseOperationSourceState
    Omada.OE.Model.AuthSourcePolicyOperationSourceContext

Namespace:  Omada.OE.Model.AuthSourcePolicy
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class OperationSourceContext : ContextBase<OperationSourceState>, 
	IDisposable

The OperationSourceContext type exposes the following members.

Methods
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