C# 클래스 Rock.Store.StoreService

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

공개 메소드들

메소드 설명
AuthenicateUser ( string username, string password ) : bool

Authenicates the user.

AuthenicateUser ( string username, string password, string &errorResponse ) : bool

Authenicates the user.

GetOrganizationKey ( ) : string

Gets the organization key.

OrganizationIsConfigured ( ) : bool

Organizations the is configured.

Purchase ( string username, string password, int packageId, string &errorResponse ) : PurchaseResponse

Purchases the specified username.

StoreService ( ) : System

Initializes a new instance of the StoreService class.

메소드 상세

AuthenicateUser() 공개 메소드

Authenicates the user.
public AuthenicateUser ( string username, string password ) : bool
username string The username.
password string The password.
리턴 bool

AuthenicateUser() 공개 메소드

Authenicates the user.
public AuthenicateUser ( string username, string password, string &errorResponse ) : bool
username string The username.
password string The password.
errorResponse string The error response.
리턴 bool

GetOrganizationKey() 공개 정적인 메소드

Gets the organization key.
public static GetOrganizationKey ( ) : string
리턴 string

OrganizationIsConfigured() 공개 정적인 메소드

Organizations the is configured.
public static OrganizationIsConfigured ( ) : bool
리턴 bool

Purchase() 공개 메소드

Purchases the specified username.
public Purchase ( string username, string password, int packageId, string &errorResponse ) : PurchaseResponse
username string The username.
password string The password.
packageId int The package identifier.
errorResponse string The error response.
리턴 PurchaseResponse

StoreService() 공개 메소드

Initializes a new instance of the StoreService class.
public StoreService ( ) : System
리턴 System