C# Класс Rock.Store.OrganizationService

Service class for the store category model.
Наследование: StoreServiceBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetOrganizations ( string username, string password ) : IEnumerable

Gets the organizations.

GetOrganizations ( string username, string password, string &errorResponse ) : IEnumerable

Gets the organizations.

OrganizationService ( ) : System

Initializes a new instance of the OrganizationService class.

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

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

Gets the organizations.
public GetOrganizations ( string username, string password ) : IEnumerable
username string The username.
password string The password.
Результат IEnumerable

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

Gets the organizations.
public GetOrganizations ( string username, string password, string &errorResponse ) : IEnumerable
username string The username.
password string The password.
errorResponse string The error response.
Результат IEnumerable

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

Initializes a new instance of the OrganizationService class.
public OrganizationService ( ) : System
Результат System