C# Class Res.Core.Storage.CommitBuilder.CommitInfo

Exibir arquivo Open project: heartysoft/res

Public Methods

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

Protected Methods

Method Description
Equals ( CommitInfo other ) : bool

Method Details

CommitInfo() public method

public CommitInfo ( System.Guid commitId, string context, string stream ) : System
commitId System.Guid
context string
stream string
return System

Equals() protected method

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