C# Class PlasticSCM.BranchInfo

Exibir arquivo Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
BranchInfo ( long id, string comment, System.DateTime date, string owner, string name, string parent, string repositoryName, string server, string type, long changeset ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
Equals ( BranchInfo other ) : bool

Method Details

BranchInfo() public method

public BranchInfo ( long id, string comment, System.DateTime date, string owner, string name, string parent, string repositoryName, string server, string type, long changeset ) : System
id long
comment string
date System.DateTime
owner string
name string
parent string
repositoryName string
server string
type string
changeset long
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string