Declared in RLMRealm_Dynamic.h

Instance Methods

initWithName:type:objectClassName:attributes:

Initialize an RLMProperty

- (instancetype)initWithName:(NSString *)name type:(RLMPropertyType)type objectClassName:(NSString *)objectClassName attributes:(RLMPropertyAttributes)attributes

Parameters

name

The property name.

type

The property type.

objectClassName

The object type used for Object and Array types.

attributes

A bitmask of attributes for this property.

Return Value

An initialized instance of RLMProperty.

Declared In

RLMRealm_Dynamic.h