C# 클래스 TestSiteARSupport.Model.Account

상속: Castle.ActiveRecord.ActiveRecordValidationBase
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Account ( ) : System
Account ( string name, string email, string password ) : System
FindAll ( ) : TestSiteARSupport.Model.Account[]
ToString ( ) : string

메소드 상세

Account() 공개 메소드

public Account ( ) : System
리턴 System

Account() 공개 메소드

public Account ( string name, string email, string password ) : System
name string
email string
password string
리턴 System

FindAll() 공개 정적인 메소드

public static FindAll ( ) : TestSiteARSupport.Model.Account[]
리턴 TestSiteARSupport.Model.Account[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string