C# 클래스 WeenyMapper.Specs.TestClasses.Entities.User

파일 보기 프로젝트 열기: erikojebo/WeenyMapper 1 사용 예제들

공개 메소드들

메소드 설명
AddBlogPost ( BlogPost blogPost ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
User ( ) : System
User ( string username, string password ) : System

메소드 상세

AddBlogPost() 공개 메소드

public AddBlogPost ( BlogPost blogPost ) : void
blogPost BlogPost
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( string username, string password ) : System
username string
password string
리턴 System