C# 클래스 Cube.XRM.Framework.Core.QueryActions

Class QueryActions.
파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework

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