ECHOACLEntry Class Reference

Inherits from NSObject
Declared in ECHOACLEntry.h
ECHOACLEntry.m

Overview

An ECHOACLEntry expresses an ACL entry composing an ECHOACLObject.

Properties

  get

Gets whether to allow to get the target object.

@property (nonatomic, readonly) BOOL get

Discussion

Gets whether to allow to get the target object.

Declared In

ECHOACLEntry.h

  list

Gets whether to allow to get the target object in list.

@property (nonatomic, readonly) BOOL list

Discussion

Gets whether to allow to get the target object in list.

Declared In

ECHOACLEntry.h

  edit

Gets whether to allow to edit the target object.

@property (nonatomic, readonly) BOOL edit

Discussion

Gets whether to allow to edit the target object.

Declared In

ECHOACLEntry.h

  delete

Gets whether to allow to delete the target object.

@property (nonatomic, readonly) BOOL delete

Discussion

Gets whether to allow to delete the target object.

Declared In

ECHOACLEntry.h

Initializer

– initWithGet:list:edit:delete:

Initializes a new ECHOACLEntry.

- (instancetype)initWithGet:(BOOL)get list:(BOOL)list edit:(BOOL)edit delete:(BOOL)delete

Parameters

get

Whether to allow to get the target object.

list

Whether to allow to get the target object in list.

edit

Whether to allow to edit the target object.

delete

Whether to allow to delete the target object.

Discussion

Initializes a new ECHOACLEntry.

Declared In

ECHOACLEntry.h

Accessors

– dictionary

Converts this object into an NSDictionary.

- (NSDictionary *)dictionary

Discussion

Converts this object into an NSDictionary.

Declared In

ECHOACLEntry.h