DataSource.NET
IMessageFactory Interface
NamespacesCaplin.DataSource.MessagingIMessageFactory
A message factory is used to create DataSource messages that can be published to other DataSources.
Declaration Syntax
C#Visual BasicVisual C++
public interface IMessageFactory
Public Interface IMessageFactory
public interface class IMessageFactory
Members
All MembersMethods



IconMemberDescription
CreateContainerMessage(String)
Create a message that defines a container. The name of the container is the given subject.

CreateGenericMessage(String)
Creates a Generic message to which Generic structured data can be added.

CreateMappingMessage(String, String)
Create a new mapping message;

CreateNewsMessage(String, String, String, String)
Creates a News message for the given subject.

CreatePageMessage(String, Int32, Int32)
Creates a Page message for the given subject.

CreatePermissionMessage(String, String)
Creates a Permission message for the given subject.

CreateRecordType1Message(String)
Creates a Record message to which Type 1 structured data can be added.

CreateRecordType2Message(String, String, String)
Creates a Record message to which Type 2 structured data can be added.

CreateRecordType3Message(String)
Creates a Record message to which Type 3 structured data can be added.

CreateStoryMessage(String, String)
Creates a story message for the given subject.

CreateSubjectErrorEvent(String, SubjectError)
Creates a subject error event.

CreateSubjectStatusEvent(String, SubjectStatus, String)
Creates a subject status event.

CreateWrapperMessage(String)
Create a new wrapper message;

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