C# Class PlasticSCM.AttributeInfo

显示文件 Open project: powercode/PSPlastic

Public Methods

Method Description
AttributeInfo ( long id, string comment, System.DateTime date, string owner, string type, long repositoryId, string server, string value ) : System
ToString ( ) : string

Method Details

AttributeInfo() public method

public AttributeInfo ( long id, string comment, System.DateTime date, string owner, string type, long repositoryId, string server, string value ) : System
id long
comment string
date System.DateTime
owner string
type string
repositoryId long
server string
value string
return System

ToString() public method

public ToString ( ) : string
return string