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

Inheritance: Regalo.Core.Event
Show file Open project: nbarnwell/Regalo Class Usage Examples

Public Methods

Method Description
CustomerSignedUp ( System.Guid customerId ) : System
Equals ( CustomerSignedUp other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

CustomerSignedUp() public method

public CustomerSignedUp ( System.Guid customerId ) : System
customerId System.Guid
return System

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool