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

Afficher le fichier Open project: heartysoft/res Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( CommitModel other ) : bool

Method Details

CommitModel() public méthode

public CommitModel ( System.Guid commitId, string context, string stream, EventStorageInfo events ) : System
commitId System.Guid
context string
stream string
events EventStorageInfo
Résultat System

Equals() protected méthode

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