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

ファイルを表示 Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

Method 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 method

public AddComment ( Comment comment ) : void
comment Comment
return void

BlogPost() public method

public BlogPost ( ) : System
return System

BlogPost() public method

public BlogPost ( string title, string content ) : System
title string
content string
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string