ConstraintHelper Class

Helper class for creating constraints.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Workflow.Validation.ConstraintHelper

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Validation
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class ConstraintHelper
public static class ConstraintHelper
public ref class ConstraintHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type ConstraintHelper =  class end
public final class ConstraintHelper

The ConstraintHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateHostEnvironmentConstraint Creates a Constraint for verifying that the activity is in the correct host environment.

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.

See Also

Reference

Microsoft.TeamFoundation.Build.Workflow.Validation Namespace