C# Class Microsoft.TeamFoundation.VersionControl.Client.ChangeRequest

Show file Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Public Methods

Method Description
ChangeRequest ( string path, RequestType requestType, ItemType itemType ) : System.Xml.Linq
ChangeRequest ( string path, RequestType requestType, ItemType itemType, RecursionType recursion, LockLevel lockLevel, Microsoft.TeamFoundation.VersionControl.Client.VersionSpec version ) : System.Xml.Linq
ChangeRequest ( string path, string target, RequestType requestType, ItemType itemType ) : System.Xml.Linq

Private Methods

Method Description
ToXml ( XNamespace ns ) : XElement

Method Details

ChangeRequest() public method

public ChangeRequest ( string path, RequestType requestType, ItemType itemType ) : System.Xml.Linq
path string
requestType RequestType
itemType ItemType
return System.Xml.Linq

ChangeRequest() public method

public ChangeRequest ( string path, RequestType requestType, ItemType itemType, RecursionType recursion, LockLevel lockLevel, Microsoft.TeamFoundation.VersionControl.Client.VersionSpec version ) : System.Xml.Linq
path string
requestType RequestType
itemType ItemType
recursion RecursionType
lockLevel LockLevel
version Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
return System.Xml.Linq

ChangeRequest() public method

public ChangeRequest ( string path, string target, RequestType requestType, ItemType itemType ) : System.Xml.Linq
path string
target string
requestType RequestType
itemType ItemType
return System.Xml.Linq