C# Class PlasticSCM.MergeInfo

显示文件 Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Equals ( MergeInfo other ) : bool

Method Details

Equals() protected method

protected Equals ( MergeInfo other ) : bool
other MergeInfo
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MergeInfo() public method

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
return System

ToString() public method

public ToString ( ) : string
return string