C# Class Rock.Store.OrganizationService

Service class for the store category model.
Inheritance: StoreServiceBase
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets the organizations.
public GetOrganizations ( string username, string password ) : IEnumerable
username string The username.
password string The password.
Résultat IEnumerable

GetOrganizations() public méthode

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.
Résultat IEnumerable

OrganizationService() public méthode

Initializes a new instance of the OrganizationService class.
public OrganizationService ( ) : System
Résultat System