C# Class PlasticSCM.XLinkInfo

ファイルを表示 Open project: powercode/PSPlastic Class Usage Examples

Private Properties

Property Type Description
AddBranchExpansionRule void

Public Methods

Method Description
XLinkInfo ( string path, long changeset, string repository, string remotePath, bool writeable, bool relative = false ) : System.Collections.Generic

Private Methods

Method Description
AddBranchExpansionRule ( string from, string to ) : void

Method Details

XLinkInfo() public method

public XLinkInfo ( string path, long changeset, string repository, string remotePath, bool writeable, bool relative = false ) : System.Collections.Generic
path string
changeset long
repository string
remotePath string
writeable bool
relative bool
return System.Collections.Generic