Class InConstraint
Represents a constraint that inverts the value of the constraint it encapsulates.
Inheritance
System.Object
InConstraint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class InConstraint : IConstraint
Properties
Property
The property to evaluate.
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueToEqual
The value that must exist in the property.
Declaration
public string ValueToEqual { get; set; }
Property Value
Type | Description |
---|---|
System.String |