ServiceLevel Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ServiceLevel _
Implements IComparable(Of ServiceLevel), IEquatable(Of ServiceLevel)
public sealed class ServiceLevel : IComparable<ServiceLevel>,
IEquatable<ServiceLevel>
public ref class ServiceLevel sealed : IComparable<ServiceLevel^>,
IEquatable<ServiceLevel^>
[<Sealed>]
type ServiceLevel =
class
interface IComparable<ServiceLevel>
interface IEquatable<ServiceLevel>
end
public final class ServiceLevel implements IComparable<ServiceLevel>, IEquatable<ServiceLevel>
The ServiceLevel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServiceLevel(String) | ||
ServiceLevel(String, String, Int32, Boolean) |
Top
Properties
Name | Description | |
---|---|---|
IsTestPatch | ||
MajorVersion | ||
Milestone | ||
PatchNumber | ||
Tfs2010Rtm | ||
Tfs2010SP1 |
Top
Methods
Name | Description | |
---|---|---|
Compare | ||
CompareMajorVersions | ||
CompareMilestones | ||
CompareTo | ||
Equals(Object) | (Overrides Object.Equals(Object).) | |
Equals(ServiceLevel) | ||
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
GreaterThan | ||
GreaterThanOrEqual | ||
Inequality | ||
LessThan | ||
LessThanOrEqual |
Top
Fields
Name | Description | |
---|---|---|
RtmMilestone | ||
SP1Milestone |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.