C# 클래스 PlasticSCM.MergeInfo

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
MergeInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceChangeset, string sourceBranch, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationChangeset, string destinationBranch ) : System
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MergeInfo() 공개 메소드

public MergeInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceChangeset, string sourceBranch, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationChangeset, string destinationBranch ) : System
id long
date System.DateTime
owner string
type string
sourceId long
sourceComment string
sourceDate System.DateTime
sourceOwner string
sourceChangeset long
sourceBranch string
destinationId long
destinationComment string
destinationDate System.DateTime
destinationOwner string
destinationChangeset long
destinationBranch string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string