Demand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.DistributedTask.WebApi.DemandJsonConverter))]
public abstract class Demand
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.DistributedTask.WebApi.DemandJsonConverter))]
[System.Runtime.Serialization.DataContract]
public abstract class Demand
type Demand = class
Public MustInherit Class Demand
- Inheritance
-
Demand
- Derived
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
Constructors
| Demand(String, String) |
Properties
| Name | |
| Value |
Methods
| Clone() | |
| Equals(Object) | |
| GetExpression() | |
| GetHashCode() | |
| IsSatisfied(IDictionary<String,String>) | |
| ToString() | |
| TryParse(String, Demand) | |
| Update(String) |