C# Class Cube.XRM.Framework.Core.QueryActions

Class QueryActions.
Mostra file Open project: bkanlica/CubeXrmFramework

Private Properties

Property Type Description

Public Methods

Method Description
GetAsLookup ( string entityName, string attributeName ) : System.Result

Gets as lookup.

QueryActions ( IDetailedLog _logSystem, IOrganizationService _xrmService ) : System

Initializes a new instance of the QueryActions class.

getItemFetch ( string FetchXml ) : System.Result

Gets the item fetch.

getItemRetrieve ( System.Guid Id, string EntityName, string Columns, bool AllColumns ) : System.Result

Gets the item retrieve.

getItemsFetch ( string FetchXml ) : System.Result

Gets the items fetch.

Method Details

GetAsLookup() public method

Gets as lookup.
public GetAsLookup ( string entityName, string attributeName ) : System.Result
entityName string Name of the entity.
attributeName string Name of the attribute.
return System.Result

QueryActions() public method

Initializes a new instance of the QueryActions class.
public QueryActions ( IDetailedLog _logSystem, IOrganizationService _xrmService ) : System
_logSystem IDetailedLog The _log system.
_xrmService IOrganizationService The _XRM service.
return System

getItemFetch() public method

Gets the item fetch.
public getItemFetch ( string FetchXml ) : System.Result
FetchXml string The fetch XML.
return System.Result

getItemRetrieve() public method

Gets the item retrieve.
public getItemRetrieve ( System.Guid Id, string EntityName, string Columns, bool AllColumns ) : System.Result
Id System.Guid The identifier.
EntityName string Name of the entity.
Columns string The columns.
AllColumns bool if set to true [all columns].
return System.Result

getItemsFetch() public method

Gets the items fetch.
public getItemsFetch ( string FetchXml ) : System.Result
FetchXml string The fetch XML.
return System.Result