DataMappedObjectTypeAttribute クラス

定義

インターフェイスまたはクラスがマップされたオブジェクト型 (つまり、特定の基になるデータ ソース固有のオブジェクトの厳密に型指定されたビューを公開する API) を表すかどうかを指定します。

public ref class DataMappedObjectTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class DataMappedObjectTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)>]
type DataMappedObjectTypeAttribute = class
    inherit Attribute
Public NotInheritable Class DataMappedObjectTypeAttribute
Inherits Attribute
継承
DataMappedObjectTypeAttribute
属性

コンストラクター

DataMappedObjectTypeAttribute(String)

型名を指定して DataMappedObjectTypeAttribute 、 クラスの新しいインスタンスを初期化します。

プロパティ

AvailableRestrictions

現在の型で使用できるすべての制限を取得または設定します。

AvailableRestrictionsList

現在の型で使用できるすべての制限の一覧を取得します。

ClassId

属性のクラス ID を取得または設定します。

Identifier

現在の型を一意に識別する識別子名を取得または設定します。

IdentifierList

現在の型を一意に識別する識別子の一覧を取得します。

RequiredOrdering

現在マップされている型に必要な順序を取得または設定します。

TypeName

マップされた型の名前を取得します。

適用対象