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

Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite Class Usage Examples

Méthodes publiques

Свойство Type Description
Rockstars ServiceStack.OrmLite.Tests.Shared.Person[]

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Person other ) : bool

Method Details

Equals() protected méthode

protected Equals ( Person other ) : bool
other Person
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Person() public méthode

public Person ( ) : ServiceStack.DataAnnotations
Résultat ServiceStack.DataAnnotations

Person() public méthode

public Person ( int id, string firstName, string lastName, int age ) : ServiceStack.DataAnnotations
id int
firstName string
lastName string
age int
Résultat ServiceStack.DataAnnotations

Property Details

Rockstars public_oe static_oe property

public static Person[],ServiceStack.OrmLite.Tests.Shared Rockstars
Résultat ServiceStack.OrmLite.Tests.Shared.Person[]