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

Mostrar archivo Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

Method Description
Album ( ) : System.Collections.Generic
Album ( string title ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Album() public method

public Album ( ) : System.Collections.Generic
return System.Collections.Generic

Album() public method

public Album ( string title ) : System.Collections.Generic
title string
return System.Collections.Generic

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