Instance Property
インスタンスプロパティ
toManyRelationshipKeys
Overridden by subclasses to return the keys for the to-many relationship properties of instances of the described class.
サブクラスによってオーバーライドされることで記述されたクラスのインスタンスの対多関係プロパティに対するキーを返します。
Declaration
宣言
var toManyRelationshipKeys: [String
] { get }
Return Value
戻り値
An array of NSString
objects containing the names of the to-many relationship properties of instances of the described class.
記述されるクラスのインスタンスの対多関係プロパティの名前を含んでいるNSString
オブジェクトからなる配列。
Discussion
議論
To-many relationship properties are arrays of objects.
対多関係プロパティは、いくつかのオブジェクトからなる配列です。
If you have an instance of the class the receiver describes, you can use the NSObject
instance method toManyRelationshipKeys
instead.
あなたがレシーバが記述するクラスのインスタンスを持つならば、あなたはNSObject
のインスタンスメソッドtoManyRelationshipKeys
を代わりに使うことができます。
See Also
参照
Relationship keys
関係キー
var toOneRelationshipKeys: [String]
Overridden by subclasses to return the keys for the to-one relationship properties of instances of the described class.
サブクラスによってオーバーライドされることで記述されたクラスのインスタンスの対一関係プロパティに対するキーを返します。
Related Documentation
関連文書
var attributeKeys: [String]
Overridden by subclasses to return the names of attributes of instances of the described class.
サブクラスによってオーバーライドされることで記述されたクラスのインスタンスの属性の名前を返します。