C# Class TastyDomainDriven.Tests.MyItem

Inheritance: ISingleKey
Afficher le fichier Open project: jaceenet/TastyDomainDriven Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetIndexKey ( ) : string
MyItem ( string name, System.Guid accountId ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( MyItem other ) : bool

Method Details

Equals() protected méthode

protected Equals ( MyItem other ) : bool
other MyItem
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

GetIndexKey() public méthode

public GetIndexKey ( ) : string
Résultat string

MyItem() public méthode

public MyItem ( string name, System.Guid accountId ) : System
name string
accountId System.Guid
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string