Click or drag to resize
Constraint Class
Contains a single constraint.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiConstraint

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntax
public abstract class Constraint

The Constraint type exposes the following members.

Constructors
  NameDescription
Protected methodConstraint
Initializes a new instance of the Constraint class
Top
Properties
  NameDescription
Public propertyConstraintType
Name of the type of this constraint.
Public propertyValues
A list of all of the possible values that a variable of this type may represent.
Top
Methods
  NameDescription
Public methodPrint(Stream)
Print the constraint to the Stream.
Public methodPrint(TextWriter)
Print the constraint with the help of the TextWriter.
Top
See Also