RLMObjectSchema Class Reference
Declared in | RLMObjectSchema.mm |
Instance Methods
initWithClassName:objectClass:properties:
Initialize an RLMObjectSchema with classname, objectClass, and an array of properties
- (instancetype)initWithClassName:(NSString *)objectClassName objectClass:(Class)objectClass properties:(NSArray *)properties
Parameters
- objectClassName
The name of the class used to refer to objects of this type.
- objectClass
The objective-c class used when creating instances of this type.
- properties
An array RLMProperty describing the persisted properties for this type.
Return Value
An initialized instance of RLMObjectSchema.
Declared In
RLMRealm_Dynamic.h