C# Class PlasticSCM.LinkInfo

Mostra file Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LinkInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceRepositoryId, string sourceServer, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationRepositoryId, string destinationServer ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( LinkInfo other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LinkInfo() public method

public LinkInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceRepositoryId, string sourceServer, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationRepositoryId, string destinationServer ) : System
id long
date System.DateTime
owner string
type string
sourceId long
sourceComment string
sourceDate System.DateTime
sourceOwner string
sourceRepositoryId long
sourceServer string
destinationId long
destinationComment string
destinationDate System.DateTime
destinationOwner string
destinationRepositoryId long
destinationServer string
return System

ToString() public method

public ToString ( ) : string
return string