DataSource.NET
IPermissionMessage Interface
NamespacesCaplin.DataSource.Messaging.PermissionIPermissionMessage
Interface for sending Permission messages.
Declaration Syntax
C#Visual BasicVisual C++
public interface IPermissionMessage : IMessage
Public Interface IPermissionMessage _
	Implements IMessage
public interface class IPermissionMessage : IMessage
Members
All MembersMethodsProperties



IconMemberDescription
ContainsField(String)
Determines whether the permission message contains the specified field.

DeletePermissionKey
Gets or sets a value indicating whether this permission key should be deleted.

Fields
Gets the fields within this message.

Global
Gets or sets a value indicating whether this IPermissionMessage is a global permission message.

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 within this permission message.

PermissionKey
Gets or sets the key.

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

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

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)