C# Class Regalo.RavenDB.Tests.Unit.DomainModel.Customers.Employed

ファイルを表示 Open project: nbarnwell/Regalo Class Usage Examples

Public Methods

Method Description
Employed ( System.Guid aggregateId, System.DateTime startDate ) : System
Equals ( Employed other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Employed() public method

public Employed ( System.Guid aggregateId, System.DateTime startDate ) : System
aggregateId System.Guid
startDate System.DateTime
return System

Equals() public method

public Equals ( Employed other ) : bool
other Employed
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int