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

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

Méthodes publiques

Méthode Description
AddComment ( Comment comment ) : void
BlogPost ( ) : System
BlogPost ( string title, string content ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

AddComment() public méthode

public AddComment ( Comment comment ) : void
comment Comment
Résultat void

BlogPost() public méthode

public BlogPost ( ) : System
Résultat System

BlogPost() public méthode

public BlogPost ( string title, string content ) : System
title string
content string
Résultat System

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