C# Class PlasticSCM.ChangeLogItemInfo

Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

Méthode Description
ChangeLogItemInfo ( string clientPath, string branch, long changeset, string owner, long revision, long parentRevision, long sourceParentItemId, long destinationParentItemId, string sourcePath, string destinationPath, System.DateTime date, ChangeTypes changeType ) : System
ToString ( ) : string

Method Details

ChangeLogItemInfo() public méthode

public ChangeLogItemInfo ( string clientPath, string branch, long changeset, string owner, long revision, long parentRevision, long sourceParentItemId, long destinationParentItemId, string sourcePath, string destinationPath, System.DateTime date, ChangeTypes changeType ) : System
clientPath string
branch string
changeset long
owner string
revision long
parentRevision long
sourceParentItemId long
destinationParentItemId long
sourcePath string
destinationPath string
date System.DateTime
changeType ChangeTypes
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string