C# 클래스 Rock.Store.OrganizationService

Service class for the store category model.
상속: StoreServiceBase
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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