C# Class Microsoft.TeamFoundation.VersionControl.Client.Helpers.EnumHelper

Mostrar archivo Open project: Indomitable/monodevelop-tfs-addin

Public Methods

Method Description
ParseChangeType ( string value ) : ChangeType
ParseConflictType ( string value ) : ConflictType
ParseItemType ( string value ) : ItemType
ParseLockLevel ( string value ) : LockLevel
ParseRequestType ( string value ) : RequestType
ParseSeverityType ( string value ) : SeverityType

Method Details

ParseChangeType() public static method

public static ParseChangeType ( string value ) : ChangeType
value string
return ChangeType

ParseConflictType() public static method

public static ParseConflictType ( string value ) : ConflictType
value string
return ConflictType

ParseItemType() public static method

public static ParseItemType ( string value ) : ItemType
value string
return ItemType

ParseLockLevel() public static method

public static ParseLockLevel ( string value ) : LockLevel
value string
return LockLevel

ParseRequestType() public static method

public static ParseRequestType ( string value ) : RequestType
value string
return RequestType

ParseSeverityType() public static method

public static ParseSeverityType ( string value ) : SeverityType
value string
return SeverityType