RFA .NET
The RDMFieldDictionary type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates RDM field dictionary. |
![]() | DecodeRDMEnumDictionary | Decodes the series and populates the enumerated types for the enumerated FIDs of RDMFieldDictionary. |
![]() | DecodeRDMFieldDictionary | Decodes the series and populates the RDMFieldDictionary. |
![]() | Destroy | Releases the resources when the RDMFieldDictionary is no longer in use. |
![]() | DisplayValueFor | Displays the value by identifying the field ID and enumerated value. |
![]() | EncodeRDMEnumDictionary(Series) | Encodes the series from the enumerated types for the enumerated FIDs of RDMFieldDictionary
without fragmenting dictionary.
The default verbosity to encode is DICTIONARY_NORMAL.
|
![]() | EncodeRDMEnumDictionary(Series, UInt32) | Encodes the series from the enumerated types for the enumerated FIDs of RDMFieldDictionary
by specifying verbosity to encode without fragmenting dictionary. |
![]() | EncodeRDMEnumDictionary(Series, UInt32, Boolean) | Encodes the series from the enumerated types for the enumerated FIDs of RDMFieldDictionary
by specifying verbosity to encode and able to enable/disable dictionary fragmenting. |
![]() | EncodeRDMFieldDictionary(Series) | Encodes the series from the fields of the RDMFieldDictionary
without fragmenting dictionary.
The default verbosity to encode is DICTIONARY_NORMAL.
|
![]() | EncodeRDMFieldDictionary(Series, UInt32) | Encodes the series from the fields of the RDMFieldDictionary
by specifying verbosity to encode without fragmenting dictionary. |
![]() | EncodeRDMFieldDictionary(Series, UInt32, Boolean) | Encodes the series from the fields of the RDMFieldDictionary
by specifying verbosity to encode and able to enable/disable dictionary fragmentation. |
![]() | GetFidDef(Int16) | Provides to search the field definition by field ID . |
![]() | GetFidDef(RFA_String) | Provides to search the field definition by field name. |
![]() | ReadRDMEnumTypeDef | Reads from file and populates the enumerated types for the enumerated FIDs of RDMFieldDictionary. |
![]() | ReadRDMFieldDictionary | Reads from file and populates the RDMFieldDictionary. |
![]() | ToRFA_String | String representation of this object. |
![]() | ToString | String representation of this object. (Overrides Object..::..ToString()()()().) |