var attributeKeys : [String]
An array of
NSString
objects containing the names of immutable values that instances of the receiver's class contain.var classDescription : NSClassDescription
An object containing information about the attributes and relationships of 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.
レシーバの対一関係プロパティに対するキーを格納している配列。