IAuthenticateHelperTCodeTable, TEmployee Interface

驗證助手通用介面

Definition

Namespace: eBizprise.Framework.Common.Interface
Assembly: eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
public interface IAuthenticateHelper<TCodeTable, TEmployee> : IDisposable
where TCodeTable : ICodeTable
where TEmployee : IEmployee
Implements
IDisposable

Type Parameters

TCodeTable
TEmployee

Methods

Authenticate 驗證使用者
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetAccountInformation 取得使用者資訊

See Also