Show / Hide Table of Contents

Class NotConstraint

Represents a constraint that inverts the value of the constraint it encapsulates.

Inheritance
System.Object
NotConstraint
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 NotConstraint : IConstraint

Properties

ConstraintToInvert

The constraint to invert.

Declaration
public IConstraint ConstraintToInvert { get; set; }
Property Value
Type Description
IConstraint
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX