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

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

Méthodes publiques

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

public static ParseChangeType ( string value ) : ChangeType
value string
Résultat ChangeType

ParseConflictType() public static méthode

public static ParseConflictType ( string value ) : ConflictType
value string
Résultat ConflictType

ParseItemType() public static méthode

public static ParseItemType ( string value ) : ItemType
value string
Résultat ItemType

ParseLockLevel() public static méthode

public static ParseLockLevel ( string value ) : LockLevel
value string
Résultat LockLevel

ParseRequestType() public static méthode

public static ParseRequestType ( string value ) : RequestType
value string
Résultat RequestType

ParseSeverityType() public static méthode

public static ParseSeverityType ( string value ) : SeverityType
value string
Résultat SeverityType