C# 클래스 Microsoft.TeamFoundation.VersionControl.Client.ChangeRequest

파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToXml ( XNamespace ns ) : XElement

메소드 상세

ChangeRequest() 공개 메소드

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

ChangeRequest() 공개 메소드

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
리턴 System.Xml.Linq

ChangeRequest() 공개 메소드

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