C# Class ServiceStack.OrmLite.Tests.Shared.Person

Exibir arquivo Open project: ServiceStack/ServiceStack.OrmLite Class Usage Examples

Public Properties

Property Type Description
Rockstars ServiceStack.OrmLite.Tests.Shared.Person[]

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Person ( ) : ServiceStack.DataAnnotations
Person ( int id, string firstName, string lastName, int age ) : ServiceStack.DataAnnotations

Protected Methods

Method Description
Equals ( Person other ) : bool

Method Details

Equals() protected method

protected Equals ( Person other ) : bool
other Person
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Person() public method

public Person ( ) : ServiceStack.DataAnnotations
return ServiceStack.DataAnnotations

Person() public method

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

Property Details

Rockstars public_oe static_oe property

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