SfcRelationshipAttribute クラス

定義

さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public abstract class SfcRelationshipAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcRelationshipAttribute = class
    inherit Attribute
Public MustInherit Class SfcRelationshipAttribute
Inherits Attribute
継承
SfcRelationshipAttribute
派生
属性

コンストラクター

名前 説明
SfcRelationshipAttribute()

さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。

SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type)

さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。

SfcRelationshipAttribute(SfcRelationship, SfcCardinality)

さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。

SfcRelationshipAttribute(SfcRelationship)

さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。

プロパティ

名前 説明
Cardinality

親との関係にある型のカーディナリティを指定します。

ContainsType

このコンテナーが保持する型を指定します。 コンテナーでのみ使用できます。

Relationship

親とのリレーションシップを指定します。

適用対象