DataSource.NET
IRecordMessage Interface
NamespacesCaplin.DataSource.Messaging.RecordIRecordMessage
Base interface for all Record messages.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordMessage : IMessage
Public Interface IRecordMessage _
	Implements IMessage
public interface class IRecordMessage : IMessage
Members
All MembersMethodsProperties



IconMemberDescription
AddField(String, String)
Adds the given field with the given value.

ClearFields()()()
Removes all the fields

ContainsField(String)
Determines whether the message contains the specified field

Fields
Gets the fields within this mesasge.

Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
Item[([(String])])
Gets or sets a specified field.

RemoveField(String)
Removes all instances of the given field from this RecordMessage.

Subject
Gets the subject of this message.
(Inherited from IMessage.)

Assembly: DataSource.NET (Module: DataSource.NET) Version: 4.5.18.2 (4.5.18.2)