C# 클래스 SocialPackage.Infrastructure.Entities.User

상속: IPrincipal
파일 보기 프로젝트 열기: AktivCo/social 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsInRole ( string role ) : bool
User ( ) : System
User ( IPrincipal user ) : System

메소드 상세

IsInRole() 공개 메소드

public IsInRole ( string role ) : bool
role string
리턴 bool

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( IPrincipal user ) : System
user IPrincipal
리턴 System