Class: FunctionCallTableRow
A row in a Function Call Table.
@interface FunctionCallTableRow : NSObject
Properties
values
The value for the row fields.
@property (nonatomic, strong, nullable) NSArray<FunctionCallField*>* values;
Methods
Method: fieldWithName:
Get a field from the row.
Declaration
-(nullable FunctionCallField*)fieldWithName:(nonnull NSString*)fieldName;
Parameters
Parameter | Value |
---|---|
fieldName | The name of the field to get from the row. |
Returns
Returns the field from the row (nil if the row doesn't contain a field with this name).
Exceptions
None
Loading...
There was a problem loading this topic