GravityScenarioInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | GravityScenarioInfo.h GravityScenarioInfo.m |
Other Methods
Id
Id of the scenarioInfo
@property NSNumber *IdDiscussion
Id of the scenarioInfo
Declared In
GravityScenarioInfo.h
apiName
Api name of the scenarioInfo
@property NSString *apiNameDiscussion
Api name of the scenarioInfo
Declared In
GravityScenarioInfo.h
humanReadableName
Human readable name of the scenarioInfo
@property NSString *humanReadableNameDiscussion
Human readable name of the scenarioInfo
Declared In
GravityScenarioInfo.h
desc
Description of the scenarioInfo
@property NSString *descDiscussion
Description of the scenarioInfo
Declared In
GravityScenarioInfo.h
order
Order of the scenarioInfo
@property NSNumber *orderDiscussion
Order of the scenarioInfo
Declared In
GravityScenarioInfo.h
numberLimit
Number limit of the scenarioInfo
@property NSNumber *numberLimitDiscussion
Number limit of the scenarioInfo
Declared In
GravityScenarioInfo.h
type
Type of the scenarioInfo
@property NSString *typeDiscussion
Type of the scenarioInfo
Declared In
GravityScenarioInfo.h
modifierName
Modifier name of the scenarioInfo
@property NSString *modifierNameDiscussion
Modifier name of the scenarioInfo
Declared In
GravityScenarioInfo.h
– initWithDictionary:
Initializes a GravityScenarioInfo object with a dictionary
- (id)initWithDictionary:(NSDictionary *)dictParameters
dict |
the dictionary representing the object |
|---|
Return Value
an initialized GravityScenarioInfo object
Discussion
Initializes a GravityScenarioInfo object with a dictionary
Declared In
GravityScenarioInfo.h
– initWithJSON:
Initializes a GravityScenarioInfo object with JSON data
- (id)initWithJSON:(NSData *)jsonDataParameters
jsonData |
the JSON data representing the object |
|---|
Return Value
an initialized GravityScenarioInfo object
Discussion
Initializes a GravityScenarioInfo object with JSON data
Declared In
GravityScenarioInfo.h