C# Class NSoft.NFramework.Web.Access.AccessIdentity

사용자 계정에 대한 인증정보를 표현한 클래스입니다.
Inheritance: ValueObjectBase, IAccessIdentity
Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
Equals ( IAccessIdentity other ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

public Equals ( IAccessIdentity other ) : bool
other IAccessIdentity
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string