var attributeKeys : [String]
An array of
NSString
objects containing the names of immutable values that instances of the receiver's class contain.func inverse(forRelationshipKey : String) -> String?
For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.
レシーバのクラスから別のクラスへのリレーションシップ(関係)の名前を定義する指定されたキーに対して、別のクラスからレシーバのクラスへのリレーションシップの名前を返します。
var toManyRelationshipKeys : [String]
An array containing the keys for the to-many relationship properties of the receiver.
レシーバの対多関係プロパティに対するキーを格納している配列。
var toOneRelationshipKeys : [String]
The keys for the to-one relationship properties of the receiver, if any.
レシーバの対一関係プロパティに対するキーを格納している配列。