PropertyExpressionEngine.GetEntityAsString<T> Method

Get an entity as a string
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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

<default>

Parameters

entity_info
EntityPropertyExpressionInfo<T>

Return Value

string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition