Interface IStoreService
商店客户端接口
public interface IStoreService : IServiceBase, IModuleBase
- Inherited Members
- Extension Methods
Properties
OperationID
操作ID
string OperationID { get; }
Property Value
Methods
Login(string, string)
登录
bool Login(string userName, string password)
Parameters
Returns
LoginOut()
登出
void LoginOut()
ShowLoginView()
显示登录窗口
void ShowLoginView()
ShowStoreView()
显示登陆窗口
void ShowStoreView()