C# Class TastyDomainDriven.Sample.Projections.Saying

显示文件 Open project: jaceenet/TastyDomainDriven Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Saying ( PersonId personId ) : TastyDomainDriven.Sample.Properties

Protected Methods

Method Description
Equals ( Saying other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Saying() public method

public Saying ( PersonId personId ) : TastyDomainDriven.Sample.Properties
personId TastyDomainDriven.Sample.Properties.PersonId
return TastyDomainDriven.Sample.Properties