C# Class PlasticSCM.UpdateInfo

ファイルを表示 Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UpdateInfo ( int changeset, System.DateTime date, string owner, string path ) : System

Protected Methods

Method Description
Equals ( UpdateInfo other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

UpdateInfo() public method

public UpdateInfo ( int changeset, System.DateTime date, string owner, string path ) : System
changeset int
date System.DateTime
owner string
path string
return System