RBManagedFormRatingFieldSchema Class Reference
Inherits from | RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject |
---|---|
Declared in | RBManagedFormRatingFieldSchema.h |
maximumRating
Gets or sets the maximum rating. Default = 5.
@property (nonatomic) NSUInteger maximumRating
Discussion
Gets or sets the maximum rating. Default = 5.
Declared In
RBManagedFormRatingFieldSchema.h
enabled
Whether or not the rating field is currently enabled and will accept user interaction. Default = YES
.
@property (nonatomic) BOOL enabled
Discussion
Whether or not the rating field is currently enabled and will accept user interaction. Default = YES
.
Declared In
RBManagedFormRatingFieldSchema.h
zeroSelection
Whether or not zero selection is allowed. Default = NO
.
@property (nonatomic) BOOL zeroSelection
Discussion
Whether or not zero selection is allowed. Default = NO
.
Declared In
RBManagedFormRatingFieldSchema.h