| ITransactionalEntity Interface | 
Namespace: Ingeniux.CMS
 Syntax
SyntaxThe ITransactionalEntity type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContentStore | 
            Gets the Content Store.
             | 
|  | CurrentUser | 
            Gets the Operating User for the Session .
             | 
|  | Session | 
            Gets the User Session that this manager instance was initiated from.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DeepCloneT, TManager | 
            Duplicates an object instance, not including its unique ID.
             | 
|  | QuickWrite | 
            Creates a temporary Write Session to quickly write something outside the current Session  and transaction.
            This is a way to bypass the transaction and quickly put something into the content store.
             | 
 See Also
See Also