C# Class PlasticSCM.ListInfo

Datei anzeigen Open project: powercode/PSPlastic

Public Methods

Method Description
ListInfo ( string fullname, string workspacePath, long size, string type, long changeset, string repository, string owner, ChangeTypes changeType, long revisionId, long parentRevisionId, long branchId, byte hash, string branch, System.Guid itemGuid, System.DateTime date ) : System

Method Details

ListInfo() public method

public ListInfo ( string fullname, string workspacePath, long size, string type, long changeset, string repository, string owner, ChangeTypes changeType, long revisionId, long parentRevisionId, long branchId, byte hash, string branch, System.Guid itemGuid, System.DateTime date ) : System
fullname string
workspacePath string
size long
type string
changeset long
repository string
owner string
changeType ChangeTypes
revisionId long
parentRevisionId long
branchId long
hash byte
branch string
itemGuid System.Guid
date System.DateTime
return System