SCCreateItemRequest Class Reference
| Inherits from | SCReadItemsRequest : SCBaseItemRequest : NSObject |
| Declared in | SCCreateItemRequest.h |
Overview
The SCCreateItemRequest contains the set of params of the creating item.
It used for [SCApiSession createItemsOperationWithRequest:] method.
This class is inherited from SCReadItemsRequest class whose fields is used to search item
wich will be a parent for created item.
Tasks
-
itemNameThe display name of creating item ( obligatory parameter ).
property -
itemTemplateThe template of creating item ( obligatory parameter ).
property -
fieldsRawValuesByNameThe dictionary of fields raw values by fields names, the item with specified fields will be created.
property
Properties
fieldsRawValuesByName
The dictionary of fields raw values by fields names, the item with specified fields will be created.
@property (nonatomic) NSDictionary *fieldsRawValuesByNameDiscussion
The dictionary of fields raw values by fields names, the item with specified fields will be created.
Declared In
SCCreateItemRequest.h