C# 클래스 Castle.Applications.PestControl.Model.User

상속: Identifiable, IPrincipal, IIdentity
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsInRole ( string role ) : bool
User ( string name, string email, string passwd ) : System

메소드 상세

IsInRole() 공개 메소드

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

User() 공개 메소드

public User ( string name, string email, string passwd ) : System
name string
email string
passwd string
리턴 System