Interface that represents an update for a Permission message.
More...
|
bool | ContainsField (string fieldName) |
| Determines whether the permission message contains the specified field. More...
|
|
void | RemoveField (string fieldName) |
| Removes all instances of the given field from this permission message. More...
|
|
Interface that represents an update for a Permission message.
bool Caplin.DataSource.Messaging.Permission.IPermissionMessage.ContainsField |
( |
string |
fieldName | ) |
|
Determines whether the permission message contains the specified field.
- Parameters
-
fieldName | Name of the field. |
- Returns
true
if the message contains the field; otherwise, false
.
void Caplin.DataSource.Messaging.Permission.IPermissionMessage.RemoveField |
( |
string |
fieldName | ) |
|
Removes all instances of the given field from this permission message.
- Parameters
-
fieldName | Name of the field. |
bool Caplin.DataSource.Messaging.Permission.IPermissionMessage.DeletePermissionKey |
|
getset |
Gets or sets a value indicating whether this permission key should be deleted.
true if the entry should be deleted; otherwise, false.
IList<IField> Caplin.DataSource.Messaging.Permission.IPermissionMessage.Fields |
|
get |
Gets the fields within this message.
A read-only list of the fields within this permission message.
bool Caplin.DataSource.Messaging.Permission.IPermissionMessage.Global |
|
getset |
Gets or sets a value indicating whether this IPermissionMessage is a global permission message.
true
if global; otherwise, false
.
A global permission message will be sent to the Liberator's authentication module.
string Caplin.DataSource.Messaging.Permission.IPermissionMessage.PermissionKey |
|
getset |
Gets or sets the permission key.
The permission key.
string Caplin.DataSource.Messaging.Permission.IPermissionMessage.this[string fieldName] |
|
getset |
Gets or sets a specified field within this permission message.
Field value
If the field does not exist in the permission message, this index operator adds it, otherwise using the index operator will update the value of the field.
- Exceptions
-