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

Class Service.
Показать файл Открыть проект Примеры использования класса

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