C# 클래스 TestSiteARSupport.Model.Account
파일 보기
프로젝트 열기: 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 |
|
|
메소드 상세
public Account ( ) : System |
리턴 |
System |
|
public Account ( string name, string email, string password ) : System |
name |
string |
|
email |
string |
|
password |
string |
|
리턴 |
System |
|
public static FindAll ( ) : TestSiteARSupport.Model.Account[] |
리턴 |
TestSiteARSupport.Model.Account[] |
|