DataMappedObjectTypeAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica que uma interface ou classe representa um tipo de objeto mapeado, ou seja, uma API que expõe uma exibição fortemente tipada de um objeto específico da fonte de dados subjacente específico.
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
- Herança
-
DataMappedObjectTypeAttribute
- Atributos
Construtores
DataMappedObjectTypeAttribute(String) |
Inicializa uma nova instância da DataMappedObjectTypeAttribute classe , especificando o nome do tipo. |
Propriedades
AvailableRestrictions |
Obtém ou define todas as restrições disponíveis para o tipo atual. |
AvailableRestrictionsList |
Obtém uma lista de todas as restrições disponíveis para o tipo atual. |
ClassId |
Obtém ou define a ID de classe do atributo. |
Identifier |
Obtém ou define o nome do identificador que identifica exclusivamente o tipo atual. |
IdentifierList |
Obtém uma lista de identificadores que identificam exclusivamente o tipo atual. |
RequiredOrdering |
Obtém ou define a ordenação necessária para o tipo mapeado atual. |
TypeName |
Obtém o nome do tipo mapeado. |