C# Class TastyDomainDriven.Tests.MyItem

Inheritance: ISingleKey
ファイルを表示 Open project: jaceenet/TastyDomainDriven Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( MyItem other ) : bool

Method Details

Equals() protected method

protected Equals ( MyItem other ) : bool
other MyItem
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetIndexKey() public method

public GetIndexKey ( ) : string
return string

MyItem() public method

public MyItem ( string name, System.Guid accountId ) : System
name string
accountId System.Guid
return System

ToString() public method

public ToString ( ) : string
return string