C# Class WeenyMapper.Specs.TestClasses.Entities.Blog

Afficher le fichier Open project: erikojebo/WeenyMapper Class Usage Examples

Méthodes publiques

Méthode Description
AddPost ( BlogPost post ) : void
Blog ( ) : System.Collections.Generic
Blog ( string name ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

AddPost() public méthode

public AddPost ( BlogPost post ) : void
post BlogPost
Résultat void

Blog() public méthode

public Blog ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Blog() public méthode

public Blog ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string