PropertyExpressionEngine.GetEntityAsString<T> Method
Public Function GetEntityAsString(Of _
T As {Class, ISynergyEntity})( _
ByVal entity_info As EntityPropertyExpressionInfo(Of T) _
) As String
This language is not supported or no code example is available.
public string GetEntityAsString<T>(
EntityPropertyExpressionInfo<T> entity_info
)
where T : class, ISynergyEntity
This language is not supported or no code example is available.
generic<typename T>
where T : ref class, ISynergyEntity^
public:
String^ GetEntityAsString(
EntityPropertyExpressionInfo<T>^ entity_info
)
This language is not supported or no code example is available.
Type Parameters
- T
<default>
Parameters
- entity_info
- EntityPropertyExpressionInfo<T>