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

Class Service.
파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
isValidConnectionString System.Boolean

공개 메소드들

메소드 설명
GetService ( string connectionString ) : System.Result

Takes service information and create a OrganizationService object

GetService ( string URL, string UserName, string Password ) : System.Result

Gets the service.

Service ( IDetailedLog _logger ) : System

Initializes a new instance of the Service class.

비공개 메소드들

메소드 설명
isValidConnectionString ( String connectionString ) : System.Boolean

Verifies if a connection string is valid for Microsoft Dynamics CRM.

메소드 상세

GetService() 공개 메소드

Takes service information and create a OrganizationService object
public GetService ( string connectionString ) : System.Result
connectionString string The connection string.
리턴 System.Result

GetService() 공개 메소드

Gets the service.
public GetService ( string URL, string UserName, string Password ) : System.Result
URL string The URL.
UserName string Name of the user.
Password string The password.
리턴 System.Result

Service() 공개 메소드

Initializes a new instance of the Service class.
public Service ( IDetailedLog _logger ) : System
_logger IDetailedLog The _logger.
리턴 System