C# Класс Cube.XRM.Framework.Core.QueryActions

Class QueryActions.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetAsLookup() публичный Метод

Gets as lookup.
public GetAsLookup ( string entityName, string attributeName ) : System.Result
entityName string Name of the entity.
attributeName string Name of the attribute.
Результат System.Result

QueryActions() публичный Метод

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.
Результат System

getItemFetch() публичный Метод

Gets the item fetch.
public getItemFetch ( string FetchXml ) : System.Result
FetchXml string The fetch XML.
Результат System.Result

getItemRetrieve() публичный Метод

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].
Результат System.Result

getItemsFetch() публичный Метод

Gets the items fetch.
public getItemsFetch ( string FetchXml ) : System.Result
FetchXml string The fetch XML.
Результат System.Result