Udostępnij za pośrednictwem


DataMappedObjectTypeAttribute Klasa

Definicja

Określa, że interfejs lub klasa reprezentuje zamapowany typ obiektu, czyli interfejs API, który uwidacznia silnie typizowane widok określonego obiektu określonego bazowego źródła danych.

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
Dziedziczenie
DataMappedObjectTypeAttribute
Atrybuty

Konstruktory

DataMappedObjectTypeAttribute(String)

Inicjuje DataMappedObjectTypeAttribute nowe wystąpienie klasy, określając nazwę typu.

Właściwości

AvailableRestrictions

Pobiera lub ustawia wszystkie ograniczenia dostępne dla bieżącego typu.

AvailableRestrictionsList

Pobiera listę wszystkich ograniczeń dostępnych dla bieżącego typu.

ClassId

Pobiera lub ustawia identyfikator klasy atrybutu.

Identifier

Pobiera lub ustawia nazwę identyfikatora, która jednoznacznie identyfikuje bieżący typ.

IdentifierList

Pobiera listę identyfikatorów, które jednoznacznie identyfikują bieżący typ.

RequiredOrdering

Pobiera lub ustawia wymaganą kolejność dla bieżącego zamapowanego typu.

TypeName

Pobiera nazwę mapowanego typu.

Dotyczy