ServiceLevel, classe
Hiérarchie d'héritage
System.Object
Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ServiceLevel _
Implements IComparable(Of ServiceLevel), IEquatable(Of ServiceLevel)
public sealed class ServiceLevel : IComparable<ServiceLevel>,
IEquatable<ServiceLevel>
Le type ServiceLevel expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ServiceLevel(String) | Initialise une nouvelle instance de la classe de ServiceLevel | |
ServiceLevel(String, String, Int32, Boolean) | Initialise une nouvelle instance de la classe de ServiceLevel |
Début
Propriétés
Nom | Description | |
---|---|---|
IsDev11 | ||
IsTestPatch | ||
MajorVersion | ||
Milestone | ||
PatchNumber | ||
Tfs2010Rtm | ||
Tfs2010SP1 |
Début
Méthodes
Nom | Description | |
---|---|---|
Compare | ||
CompareMajorVersions | ||
CompareMilestones | ||
CompareTo | ||
Equals(Object) | (Substitue Object.Equals(Object).) | |
Equals(ServiceLevel) | ||
GetHashCode | (Substitue Object.GetHashCode().) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
ToString | (Substitue Object.ToString().) | |
TryGetServiceLevelFromOperation |
Début
Opérateurs
Nom | Description | |
---|---|---|
Equality | ||
GreaterThan | ||
GreaterThanOrEqual | ||
Inequality | ||
LessThan | ||
LessThanOrEqual |
Début
Champs
Nom | Description | |
---|---|---|
RtmMilestone | ||
SP1Milestone | ||
TfsDev11MajorVersion |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.