Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) | Initializes a new instance of ServiceLevel class |
![]() |
ServiceLevel(String, String, Int32, Boolean) | Initializes a new instance of ServiceLevel class |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsDev11 | |
![]() |
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().) |
![]() ![]() |
TryGetServiceLevelFromOperation |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | |
![]() ![]() |
GreaterThan | |
![]() ![]() |
GreaterThanOrEqual | |
![]() ![]() |
Inequality | |
![]() ![]() |
LessThan | |
![]() ![]() |
LessThanOrEqual |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
RtmMilestone | |
![]() ![]() |
SP1Milestone | |
![]() ![]() |
TfsDev11MajorVersion |
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.