C# 클래스 ServiceStack.OrmLite.Tests.Shared.Person

파일 보기 프로젝트 열기: ServiceStack/ServiceStack.OrmLite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Rockstars ServiceStack.OrmLite.Tests.Shared.Person[]

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Person ( ) : ServiceStack.DataAnnotations
Person ( int id, string firstName, string lastName, int age ) : ServiceStack.DataAnnotations

보호된 메소드들

메소드 설명
Equals ( Person other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( Person other ) : bool
other Person
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Person() 공개 메소드

public Person ( ) : ServiceStack.DataAnnotations
리턴 ServiceStack.DataAnnotations

Person() 공개 메소드

public Person ( int id, string firstName, string lastName, int age ) : ServiceStack.DataAnnotations
id int
firstName string
lastName string
age int
리턴 ServiceStack.DataAnnotations

프로퍼티 상세

Rockstars 공개적으로 정적으로 프로퍼티

public static Person[],ServiceStack.OrmLite.Tests.Shared Rockstars
리턴 ServiceStack.OrmLite.Tests.Shared.Person[]