StreamLink.NET
IPermissionEvent Interface
StreamLink.NETCaplin.StreamLink.Subscription.PermissionIPermissionEvent
Provides information about a change to permission data (simple fieldname+data pairs) in a Permission (SubjectType Permission).
Declaration Syntax
C#Visual BasicVisual C++
public interface IPermissionEvent : IRecordEvent, 
	ISubscriptionDataEvent
Public Interface IPermissionEvent _
	Implements IRecordEvent, ISubscriptionDataEvent
public interface class IPermissionEvent : IRecordEvent, 
	ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
Fields
Gets the record fields relating to the event.
(Inherited from IRecordEvent.)
PermissionKey
Gets the permission key field 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 (Module: Caplin.StreamLink) Version: 5.0.14.0 (5.0.14.0)