C# 클래스 Res.Core.Tests.Storage.CommitModel

파일 보기 프로젝트 열기: heartysoft/res 1 사용 예제들

공개 메소드들

메소드 설명
CommitModel ( System.Guid commitId, string context, string stream, EventStorageInfo events ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

보호된 메소드들

메소드 설명
Equals ( CommitModel other ) : bool

메소드 상세

CommitModel() 공개 메소드

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

Equals() 보호된 메소드

protected Equals ( CommitModel other ) : bool
other CommitModel
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool