Table of Contents

Interface IStoreService

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

商店客户端接口

public interface IStoreService : IServiceBase, IModuleBase
Inherited Members
Extension Methods

Properties

OperationID

操作ID

string OperationID { get; }

Property Value

string

Methods

Login(string, string)

登录

bool Login(string userName, string password)

Parameters

userName string

用户名

password string

密码

Returns

bool

LoginOut()

登出

void LoginOut()

ShowLoginView()

显示登录窗口

void ShowLoginView()

ShowStoreView()

显示登陆窗口

void ShowStoreView()