Click or drag to resize
SynchronizationActionContext Class
Context for synchronization and task processing.
Inheritance Hierarchy
System.Object
  CMS.Base.AbstractSimpleDataContainer<SynchronizationActionContext>
    CMS.Base.AbstractDataContainer<SynchronizationActionContext>
      CMS.Base.AbstractHierarchicalObject<SynchronizationActionContext>
        CMS.Base.ContextContainer<SynchronizationActionContext>
          CMS.Base.AbstractContext<SynchronizationActionContext>
            CMS.Base.AbstractActionContext<SynchronizationActionContext>
              CMS.Synchronization.SynchronizationActionContext

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
public sealed class SynchronizationActionContext : AbstractActionContext<SynchronizationActionContext>

The SynchronizationActionContext type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleSynchronizationActionContext
Creates context that affects logging additional information with staging task within using block.
Top
Properties
  NameDescription
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public propertyStatic memberCurrentLogUserWithTask
Indicates whether user should be logged within the task creation.
Public propertyStatic memberCurrentTaskGroups
Gets task group collection for current user context.
Public propertyIsDefault
Returns true if the context is the default request context
(Inherited from ContextContainer<TParent>.)
Public propertyItem
Gets the value of particular property
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyKey
Unique container key
(Inherited from ContextContainer<TParent>.)
Public propertyLogUserWithTask
Sets the value that indicates whether user should be logged within the task creation.
Protected propertyOriginalData
Previous context data
(Inherited from AbstractActionContext<TContext>.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyRestoreOriginal
If true, the original values are restored in the context
(Inherited from AbstractActionContext<TContext>.)
Public propertyTaskGroups
Sets the collection of tasks used within the current task processing.
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Top
Methods
  NameDescription
Public methodClearCurrent
Clears the current context value
(Inherited from ContextContainer<TParent>.)
Public methodCloneForNewThread
Ensures values in current thread for context and clones synchronization action context object for new thread.
(Overrides AbstractContext<TContext>.CloneForNewThread().)
Public methodCombineWith
Combines current instance with other properties (modifies current instace!). List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public methodDispose
Disposes the object.
(Inherited from AbstractActionContext<TContext>.)
Public methodEnsureCurrent (Inherited from ContextContainer<TParent>.)
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodRegisterColumn(String, Func<TObject, Object>)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterProperties
Registers the properties of this object
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodRegisterProperty(String, Func<TObject, Object>)
Registers the given property to the object
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodRegisterProperty(String, Object, Func<TObject, Object, Object>)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodRestoreOriginalValues
Restores original values.
(Overrides AbstractActionContext<TContext>.RestoreOriginalValues().)
Public methodSetAsCurrent
Sets the current instance as the current thread item
(Inherited from ContextContainer<TParent>.)
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodStoreOriginalValue<TValue>(Nullable<TValue>, TValue)
Stores current value as the original value if original value hasn't been stored yet.
(Inherited from AbstractActionContext<TContext>.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Top
See Also