BaseConnectorEngine.MarkFilterEntityIncluded<T> Method
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.
Type Parameters
- T
<default>
Parameters
- entity_list
- IList<T>
<default>
- predicate
- Expression<Func<T, bool>>
<default>
the list of source fields for any attributes with entities that also need to be imported