KTKCloudModel Protocol Reference
Conforms to | NSCopying NSObject NSSecureCoding |
---|---|
Declared in | KTKCloudModel.h |
+ primaryKey
required method
Returns a key path for the object’s primary key.
+ (NSString *)primaryKey
Return Value
A key path string object.
Discussion
Returns a key path for the object’s primary key.
Declared In
KTKCloudModel.h
+ availableRequests
required method
Returns the allowed actions options.
+ (KTKCloudModelRequests)availableRequests
Return Value
An allowed actions options.
Discussion
Returns the allowed actions options.
Declared In
KTKCloudModel.h