StreamLink for Silverlight
IRecordEvent Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.RecordIRecordEvent
Provides information about a change to type 1 data (simple fieldname+data pairs) in a record (SubjectType Record).
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordEvent : ISubscriptionDataEvent
Public Interface IRecordEvent _
	Implements ISubscriptionDataEvent
public interface class IRecordEvent : ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
Fields
Gets the record fields relating to the event.

Subject
Gets the name of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
Type
Gets the type of the subscription data event.
(Inherited from ISubscriptionDataEvent.)

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.13.0 (5.0.13.0)