Uses of Interface
system.activities.IExecutionProperty
-
Packages that use IExecutionProperty Package Description system.activities -
-
Uses of IExecutionProperty in system.activities
Classes in system.activities that implement IExecutionProperty Modifier and Type Class Description class
IExecutionPropertyImplementation
The base .NET class managing System.Activities.IExecutionProperty, System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.class
RuntimeTransactionHandle
The base .NET class managing System.Activities.RuntimeTransactionHandle, System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.Methods in system.activities that return IExecutionProperty Modifier and Type Method Description static IExecutionProperty
IExecutionProperty. ToIExecutionProperty(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIExecutionProperty
, a cast assert is made to check if types are compatible.static IExecutionProperty
IExecutionPropertyImplementation. ToIExecutionProperty(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIExecutionProperty
, a cast assert is made to check if types are compatible.
-