RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds an entry at the current position.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Bind( MapEntry mapEntry ) |
Visual Basic |
---|
Public Sub Bind ( _ mapEntry As MapEntry _ ) |
Visual C++ |
---|
public: void Bind( MapEntry^ mapEntry ) |
F# |
---|
member Bind : mapEntry:MapEntry -> unit |
Parameters
- mapEntry
- Type: ThomsonReuters.RFA.Data..::..MapEntry
The binding MapEntry.
Remarks
Application need specify an instance of all methods
on the entry prior to the Bind() call. For single-pass encoding,
application need populate the contained data on the entry only
after the Bind() call. For double-pass encoding, application need populate
the contained data on the entry only prior to the Bind() call.
Double-pass encoding is used for pre-encoded data.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |