Property | Type | Description | |
---|---|---|---|
Entities | IEnumerable |
||
EntityLookup | EntityQuery>.Dictionary |
Method | Description | |
---|---|---|
GetFetchXmlForQuery ( string entityLogicalName, string queryName, string searchTerm, SearchTermOptions searchOptions ) : string | ||
GetFetchXmlParentFilter ( |
||
GetQuickFinds ( ) : void | ||
GetView ( string entityLogicalName, string viewName ) : void | ||
QueryMetadata ( ) : void | ||
QueryParser ( IEnumerable |
Method | Description | |
---|---|---|
GetViewDefinition ( bool isQuickFind, string viewName ) : void | ||
Parse ( string fetchXml, string layoutXml ) : |
||
ParseFetchXml ( |
||
ParseLayoutXml ( |
public GetFetchXmlForQuery ( string entityLogicalName, string queryName, string searchTerm, SearchTermOptions searchOptions ) : string | ||
entityLogicalName | string | |
queryName | string | |
searchTerm | string | |
searchOptions | SearchTermOptions | |
return | string |
public static GetFetchXmlParentFilter ( |
||
query | ||
parentAttribute | string | |
return | string |
public GetView ( string entityLogicalName, string viewName ) : void | ||
entityLogicalName | string | |
viewName | string | |
return | void |
public QueryParser ( IEnumerable |
||
entities | IEnumerable |
|
return | System |