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.13.2.1
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
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also