Properties

Rule Class Reference

Stores all attributes of a single rule. More...

#import <Rule.h>

List of all members.

Properties

NSMutableArray * peers
 The peers selected by user for this rule.
NSMutableArray * eventIDs
 Unique event IDs of events selected by the user for this rule.
NSMutableArray * eventTitles
 Titles of events selected by the user for this rule.
BOOL readRight
 Whether Read right is selected or not by the user for this rule.
BOOL deleteRight
 Whether Delete right is selected or not by the user for this rule.
BOOL editRight
 Whether Edit right is selected or not by the user for this rule.
BOOL rightAttribution
 Whether user selected Right Attribution or not for this rule.
BOOL rightRevocation
 If Right Revocation is selected by the user for this rule.

Detailed Description

Stores all attributes of a single rule.


Property Documentation

- (BOOL) deleteRight [read, write, assign]

Whether Delete right is selected or not by the user for this rule.

- (BOOL) editRight [read, write, assign]

Whether Edit right is selected or not by the user for this rule.

- (NSMutableArray *) eventIDs [read, write, retain]

Unique event IDs of events selected by the user for this rule.

- (NSMutableArray *) eventTitles [read, write, retain]

Titles of events selected by the user for this rule.

- (NSMutableArray *) peers [read, write, retain]

The peers selected by user for this rule.

- (BOOL) readRight [read, write, assign]

Whether Read right is selected or not by the user for this rule.

- (BOOL) rightAttribution [read, write, assign]

Whether user selected Right Attribution or not for this rule.

- (BOOL) rightRevocation [read, write, assign]

If Right Revocation is selected by the user for this rule.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Properties