Instance Property インスタンスプロパティ

toOneRelationshipKeys

Overridden by subclasses to return the keys for the to-one relationship properties of instances of the described class. サブクラスによってオーバーライドされることで記述されたクラスのインスタンスの対一関係プロパティに対するキーを返します。

Declaration 宣言

var toOneRelationshipKeys: [String] { get }

Return Value 戻り値

An array of NSString objects containing the names of the to-one relationship properties of instances of the described class. 記述されるクラスのインスタンスの対一関係プロパティの名前を含んでいるNSStringオブジェクトからなる配列。

Discussion 議論

To-one relationship properties are single objects. 対一関係プロパティは、単一のオブジェクトです。

If you have an instance of the class the receiver describes, you can use the NSObject instance method toOneRelationshipKeys instead. あなたがレシーバが記述するクラスのインスタンスを持つならば、あなたはNSObjectのインスタンスメソッドtoOneRelationshipKeysを代わりに使うことができます。

See Also 参照

Relationship keys 関係キー

Related Documentation 関連文書