C# Class Res.Core.Tests.Storage.CommitModel

Mostrar archivo Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
CommitModel ( System.Guid commitId, string context, string stream, EventStorageInfo events ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Protected Methods

Method Description
Equals ( CommitModel other ) : bool

Method Details

CommitModel() public method

public CommitModel ( System.Guid commitId, string context, string stream, EventStorageInfo events ) : System
commitId System.Guid
context string
stream string
events EventStorageInfo
return System

Equals() protected method

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