C# Class Rock.Store.OrganizationService

Service class for the store category model.
Inheritance: StoreServiceBase
Mostra file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetOrganizations() public method

Gets the organizations.
public GetOrganizations ( string username, string password ) : IEnumerable
username string The username.
password string The password.
return IEnumerable

GetOrganizations() public method

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.
return IEnumerable

OrganizationService() public method

Initializes a new instance of the OrganizationService class.
public OrganizationService ( ) : System
return System