BaseConnectorEngine.MarkFilterEntityIncluded<T> Method

Used for test/manual mode to mark an entity as included
Protected Sub MarkFilterEntityIncluded(Of  _ 
T As ImportEntity)( _ 
ByVal entity_list As IList(Of T), _ 
ByVal predicate As Expression(Of Func(Of T, Boolean)), _ 
Optional ByVal attributes_to_include As List(Of String) = null _ 
)
This language is not supported or no code example is available.
protected void MarkFilterEntityIncluded<T>( 
IList<T> entity_list
Expression<Func<T, bool>> predicate
List<string> attributes_to_include = null 

where T : ImportEntity
This language is not supported or no code example is available.
generic<typename T> 
where T : ImportEntity
protected:  
void MarkFilterEntityIncluded( 
IList<T^>^ entity_list
Expression<Func<T^, bool>^>^ predicate
List<String^>^ attributes_to_include 
)
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_list
IList<T>

<default>

predicate
Expression<Func<T, bool>>

<default>

attributes_to_include
List<string>

the list of source fields for any attributes with entities that also need to be imported

.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