Edit

Share via


Demand Class

Definition

Represents a demand used by a definition or build.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.Build.WebApi.DemandJsonConverter))]
public abstract class Demand : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type Demand = class
    inherit BaseSecuredObject
Public MustInherit Class Demand
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
Demand
Derived
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

Demand(String, String)
Demand(String, String, ISecuredObject)

Properties

Name

The name of the capability referenced by the demand.

Value

The demanded value.

Methods

Clone()

Clones this object.

Equals(Object)
GetExpression()
GetHashCode()
ToString()
TryParse(String, Demand)

Parses a string into a Demand instance.

Applies to