ECommerceActionContext Methods |
The ECommerceActionContext type exposes the following members.
Name | Description | |
---|---|---|
ClearCurrent |
Clears the current context value
(Inherited from ContextContainer<TParent>.) | |
CloneForNewThread |
Clones the object for new thread
(Inherited from AbstractContext<TContext>.) | |
CombineWith |
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>.) | |
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainer<ParentObjectType>.) | |
DisableAll |
Disables logging for synchronization, event log, web farm tasks, versioning and cache dependencies
Disables timestamp update
Disables object invalidation
Disables cache usage
Disables asynchronous actions
Disables sending of emails
(Inherited from ExtendedActionContext<TContext>.) | |
DisableLogging |
Disables logging of event log, staging and export tasks
(Inherited from ExtendedActionContext<TContext>.) | |
Dispose |
Disposes the object
(Inherited from ExtendedActionContext<TContext>.) | |
EnsureCurrent |
Creates the internal ContextContainer< TParent> storage if it does not exist yet.
(Inherited from ContextContainer<TParent>.) | |
GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObject<TObject>.) | |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObject<TObject>.) | |
RegisterColumn(String, Func<TObject, Object>) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
RegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
RegisterColumns |
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
RegisterProperties |
Registers the properties of this object
(Inherited from AbstractHierarchicalObject<TObject>.) | |
RegisterProperty(String, Func<TObject, Object>) |
Registers the given property to the object
(Inherited from AbstractHierarchicalObject<TObject>.) | |
RegisterProperty(String, Object, Func<TObject, Object, Object>) |
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObject<TObject>.) | |
RestoreOriginalValues |
Restores the original values to the context
(Overrides AbstractActionContext<TContext>.RestoreOriginalValues().) | |
SetAsCurrent |
Sets the current instance as the current thread item
(Inherited from ContextContainer<TParent>.) | |
SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
StoreOriginalValue<TValue>(Nullable<TValue>, TValue) |
Stores current value as the original value if original value hasn't been stored yet.
(Inherited from AbstractActionContext<TContext>.) | |
TryGetProperty(String, Object) |
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.) | |
TryGetProperty(String, Object, Boolean) |
Returns value of property.
(Inherited from AbstractHierarchicalObject<TObject>.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainer<TObject>.) |