共用方式為


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

取得或設定屬性的類別識別碼。

Identifier

取得或設定可唯一識別目前類型的標識碼名稱。

IdentifierList

取得可唯一識別目前類型的標識碼清單。

RequiredOrdering

取得或設定目前對應型別的必要順序。

TypeName

取得對應型別的名稱。

適用於