Inherits from SCDataDefinition : NSObject
Declared in SCNumberDefinition.h

Overview

This class functions as a means to represent the definition of an NSNumber class.

This class is typically used when you need to work with a collection of NSNumber objects in classes like SCArrayOfObjectsSection and SCArrayOfObjectsModel. The class automatically generates only one property definition representing how the NSNumber automatically generated UI should be defined.

Tasks

Creation and Initialization

  • + definition

    Allocates and returns an initialized SCNumberDefinition.

Configuration

Properties

numberPropertyDefinition

The property definition representing the NSDate automatically generated UI element.

@property (nonatomic, readonly) SCPropertyDefinition *numberPropertyDefinition

Declared In

SCNumberDefinition.h

Class Methods

definition

Allocates and returns an initialized SCNumberDefinition.

+ (id)definition

Declared In

SCNumberDefinition.h