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

Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ToXml ( XNamespace ns ) : XElement

Method Details

ChangeRequest() public méthode

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

ChangeRequest() public méthode

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
Résultat System.Xml.Linq

ChangeRequest() public méthode

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