C# Class PlasticSCM.ShelveInfo

Exibir arquivo Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShelveInfo ( long id, long shelveId, string comment, System.DateTime date, string owner, string repositoryName, string server, long parent, System.Guid guid ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( ShelveInfo other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ShelveInfo() public method

public ShelveInfo ( long id, long shelveId, string comment, System.DateTime date, string owner, string repositoryName, string server, long parent, System.Guid guid ) : System
id long
shelveId long
comment string
date System.DateTime
owner string
repositoryName string
server string
parent long
guid System.Guid
return System

ToString() public method

public ToString ( ) : string
return string