public class PropertyEnvironment : EnvironmentBase,
IPropertyEnvironment, IEnvironment
ActivityID |
Accessor for the activity id object. Clones the object to local process on first call.
(Inherited from EnvironmentBase) |
ActivityIDExternal |
Original activity identifier object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
CurrentTransactionID |
Accessor for the transaction id object. Clones the object to local process on first call.
(Inherited from EnvironmentBase) |
CurrentTransactionIDExternal |
Original transaction identifier object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
CurrentUserID |
The user id who caused the event handler call.
(Inherited from EnvironmentBase) |
CurrentUserSessionInfo |
Returns the original user SessionInfo if it exists in the current context.
(Inherited from EnvironmentBase) |
CurrentUserSessionInfoExternal |
The session info that represents the original (invoking) user session.
(Inherited from EnvironmentBase) |
DisplayID |
The handled object or value list item display id. Relevant only for events that handle objects of value list items.
(Inherited from EnvironmentBase) |
LastUsed | The typed value handled to the execution. |
LastUsedExternal | Original typed value object. The object is cloned to this process. |
MasterTransactionID |
Accessor for the master transaction id object. Clones the object to local process on first call.
(Inherited from EnvironmentBase) |
MasterTransactionIDExternal |
Original master transaction identifier object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
ObjVer |
Accessor for the object version identifier object. Clones the object to local process on first call.
(Inherited from EnvironmentBase) |
ObjVerEx |
Returns an ObjVerEx for the current environment's ObjVer, if it exists.
(Inherited from EnvironmentBase) |
ObjVerExternal |
Original object identifier object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
ParentTransactionID |
Accessor for the parent transaction id object. Clones the object to local process on first call.
(Inherited from EnvironmentBase) |
ParentTransactionIDExternal |
Original parent transaction identifier object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
PropertyDefinition | The property definition in which context the execution is. |
PropertyDefinitionExternal | Original property definition object. The object may be physically located in other process. |
PropertyValue | The property value handled to the execution. |
PropertyValueExternal | Original property value object. The object may be physically located in other process. |
SavepointVariables |
(Inherited from EnvironmentBase) |
SavepointVariablesExternal |
(Inherited from EnvironmentBase) |
TransactionCache |
Accessor for the transaction cache.
(Inherited from EnvironmentBase) |
TransactionCacheExternal |
Original transaction cache object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
Vault |
The vault object. The vault object session is bound with the ongoing database transaction.
(Inherited from EnvironmentBase) |
VaultSharedVariables |
Accessor for the shared variables.
(Inherited from EnvironmentBase) |
VaultSharedVariablesExternal |
Original vault shared variables object. The object may be physically located in other process.
(Inherited from EnvironmentBase) |
GetObjectClass |
Resolves the class of the target object.
(Inherited from EnvironmentBase) |