C# 클래스 Epiworx.Business.Security.BusinessIdentity

상속: IBusinessIdentity
파일 보기 프로젝트 열기: mattruma/epiworx-csla 1 사용 예제들

공개 메소드들

메소드 설명
BusinessIdentity ( ) : System
GetCurrentIdentity ( ) : BusinessIdentity

보호된 메소드들

메소드 설명
Fetch ( BusinessIdentityData data ) : void

비공개 메소드들

메소드 설명
DataPortal_Fetch ( BusinessIdentityDataCriteria criteria ) : void
GetIdentity ( string name ) : BusinessIdentity
GetIdentity ( string name, string password ) : BusinessIdentity

메소드 상세

BusinessIdentity() 공개 메소드

public BusinessIdentity ( ) : System
리턴 System

Fetch() 보호된 메소드

protected Fetch ( BusinessIdentityData data ) : void
data BusinessIdentityData
리턴 void

GetCurrentIdentity() 공개 정적인 메소드

public static GetCurrentIdentity ( ) : BusinessIdentity
리턴 BusinessIdentity