StreamLink.NET  7.1.6-7.1.6-3952-ee12172
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Properties | List of all members
Caplin.StreamLink.IPermissionEvent Interface Reference

Provides information about a change to permission data. More...

Inheritance diagram for Caplin.StreamLink.IPermissionEvent:
Caplin.StreamLink.IDataEvent

Public Member Functions

bool DeleteAllKeys ()
 Returns the boolean that indicates whether all permission keys for this subject have been deleted. More...
 
bool DeleteKey ()
 Returns the boolean that indicates whether the permission key within this update has been deleted. More...
 

Properties

IDictionary< string, string > Fields [get]
 Returns the collection of fields relating to this PermissionEvent. More...
 
string Key [get]
 Returns the permission key relating to this event. More...
 

Detailed Description

Provides information about a change to permission data.

Member Function Documentation

bool Caplin.StreamLink.IPermissionEvent.DeleteAllKeys ( )

Returns the boolean that indicates whether all permission keys for this subject have been deleted.

  • If true, all permission data for this subject should be removed from your cache.
bool Caplin.StreamLink.IPermissionEvent.DeleteKey ( )

Returns the boolean that indicates whether the permission key within this update has been deleted.

  • Whether the specified key should be deleted from your cache.

Property Documentation

IDictionary<string,string> Caplin.StreamLink.IPermissionEvent.Fields
get

Returns the collection of fields relating to this PermissionEvent.

  • For example, if this event is not an image, the fields are the ones that have been updated.
  • A collection of name-value pairs.
string Caplin.StreamLink.IPermissionEvent.Key
get

Returns the permission key relating to this event.

  • The value of the permission key.

Generated on Tue Apr 28 2020 06:25:30 for StreamLink.NET