API version 1.5.2
Top
[This is preliminary documentation and is subject to change.]
The TExternalBaseDllData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddEvent |
Add an event to the extension to the data extensions.
| |
| DeserializeExtensions |
Deserialize extension data from XML
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEventFields |
Get all event fields from the data extension.
| |
| GetEvents |
Get all events from the data extensions.
| |
| GetExtension |
Obtain the extension info value of a specific key.
| |
| GetExtensionKeys |
Obtain all the extension info keys available.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SerializeExtensions |
Serialize extension data to XML
| |
| SetEventFields |
Set up event fields in the data extensions.
| |
| SetExtension |
Setting a data extension info. Extension info will be used by specific
VisualSignal components and data, such as "BitsPerSample" for audio data, or
"XAxisTitle" for channel viewer.
| |
| ToString | (Inherited from Object.) |
See Also