Bloomberg API for .NET
ConstantsList Interface
NamespacesBloomberglp.BlpapiConstantsList
Represents a list of Constant objects in the schema. Implements generic IDictionary interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface ConstantsList : IDictionary<string, Constant>, 
	ICollection<KeyValuePair<string, Constant>>, IEnumerable<KeyValuePair<string, Constant>>, 
	IEnumerable
Public Interface ConstantsList
	Inherits IDictionary(Of String, Constant), ICollection(Of KeyValuePair(Of String, Constant)), 
	IEnumerable(Of KeyValuePair(Of String, Constant)), IEnumerable
public interface class ConstantsList : IDictionary<String^, Constant^>, 
	ICollection<KeyValuePair<String^, Constant^>>, IEnumerable<KeyValuePair<String^, Constant^>>, 
	IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
ContainsKey(Name)
This is the same as ContainsKey(string).

Datatype
Gets the Datatype used to represent the value of this ConstantsList

Description
Gets a String containing a human readable description of this ConstantsList.

Item[([( Name])])
Gets the constant specified by name.

Name
Gets the symbolic name of this ConstantsList.

Print(Stream)
Print(TextWriter)
Status
Gets the status of this ConstantList.

TryGetValue(Name, Constant%)
This is the same as TryGetValue(string, Constatant).

UserData
Gets or sets the user data associated with this ConstantList.

Remarks
As well as the list of Constant objects this class also provides access to the symbolic name, description and status of the ConstantsList. All Constant objects in a ConstantsList are of the same Datatype. ConstantLists are read-only and always created by the API, never by the application. This is a read-only object. Any IDictionary writing methods throws InvalidOperation exception.
Thread Safety
ConstantsList is safe for multithreaded operations except for SetUserData and Userdata methods.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1