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

Afficher le fichier Open project: heartysoft/res

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( CommitInfo other ) : bool

Method Details

CommitInfo() public méthode

public CommitInfo ( System.Guid commitId, string context, string stream ) : System
commitId System.Guid
context string
stream string
Résultat System

Equals() protected méthode

protected Equals ( CommitInfo other ) : bool
other CommitInfo
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool