C# Class PlasticSCM.RevisionInfo

Exibir arquivo Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RevisionInfo ( long id, System.DateTime date, string owner, string type, long size, long changeset, long parent, string item, long itemId, string branch, string path, string repositoryName, string server, string hash ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( RevisionInfo other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RevisionInfo() public method

public RevisionInfo ( long id, System.DateTime date, string owner, string type, long size, long changeset, long parent, string item, long itemId, string branch, string path, string repositoryName, string server, string hash ) : System
id long
date System.DateTime
owner string
type string
size long
changeset long
parent long
item string
itemId long
branch string
path string
repositoryName string
server string
hash string
return System

ToString() public method

public ToString ( ) : string
return string