C# 클래스 Microsoft.TeamFoundation.VersionControl.Client.Helpers.EnumHelper

파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin

공개 메소드들

메소드 설명
ParseChangeType ( string value ) : ChangeType
ParseConflictType ( string value ) : ConflictType
ParseItemType ( string value ) : ItemType
ParseLockLevel ( string value ) : LockLevel
ParseRequestType ( string value ) : RequestType
ParseSeverityType ( string value ) : SeverityType

메소드 상세

ParseChangeType() 공개 정적인 메소드

public static ParseChangeType ( string value ) : ChangeType
value string
리턴 ChangeType

ParseConflictType() 공개 정적인 메소드

public static ParseConflictType ( string value ) : ConflictType
value string
리턴 ConflictType

ParseItemType() 공개 정적인 메소드

public static ParseItemType ( string value ) : ItemType
value string
리턴 ItemType

ParseLockLevel() 공개 정적인 메소드

public static ParseLockLevel ( string value ) : LockLevel
value string
리턴 LockLevel

ParseRequestType() 공개 정적인 메소드

public static ParseRequestType ( string value ) : RequestType
value string
리턴 RequestType

ParseSeverityType() 공개 정적인 메소드

public static ParseSeverityType ( string value ) : SeverityType
value string
리턴 SeverityType