IWorkflowInstanceDetails.GetEntity<T> Method
Function GetEntity(Of _
T As {Class, ISynergyEntity})( _
ByVal property As String, _
ByVal expression_engine As PropertyExpressionEngine, _
ByVal db As IDatabase _
) As EntityPropertyExpressionInfo(Of T)
This language is not supported or no code example is available.
EntityPropertyExpressionInfo<T> GetEntity<T>(
string property,
PropertyExpressionEngine expression_engine,
IDatabase db
)
where T : class, ISynergyEntity
This language is not supported or no code example is available.
generic<typename T>
where T : ref class, ISynergyEntity^
EntityPropertyExpressionInfo<T>^ GetEntity(
String^ property,
PropertyExpressionEngine^ expression_engine,
IDatabase^ db
)
This language is not supported or no code example is available.
Type Parameters
- T
Parameters
- property
- string
- expression_engine
- PropertyExpressionEngine
- db
- IDatabase