C# Class PlasticSCM.ReplicationLogInfo

Exibir arquivo Open project: powercode/PSPlastic

Public Methods

Method Description
ReplicationLogInfo ( long id, string owner, System.DateTime date, string server, string repositoryName, bool isPackage ) : System
ToString ( ) : string

Method Details

ReplicationLogInfo() public method

public ReplicationLogInfo ( long id, string owner, System.DateTime date, string server, string repositoryName, bool isPackage ) : System
id long
owner string
date System.DateTime
server string
repositoryName string
isPackage bool
return System

ToString() public method

public ToString ( ) : string
return string