RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds a ElementEntryDef 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( ElementEntryDef elementEntryDef ) |
Visual Basic |
---|
Public Sub Bind ( _ elementEntryDef As ElementEntryDef _ ) |
Visual C++ |
---|
public: void Bind( ElementEntryDef^ elementEntryDef ) |
F# |
---|
member Bind : elementEntryDef:ElementEntryDef -> unit |
Parameters
- elementEntryDef
- Type: ThomsonReuters.RFA.Data..::..ElementEntryDef
ElementEntryDef item to be encoded at the current position.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |