Facet Classe
Definição
Fornece informações adicionais sobre membros.Provides additional information about members. Na hierarquia de tipo de metadados ADO.NET, as facetas fornecem informações adicionais sobre membros por meio do tipo declarado para o membro.In the ADO.NET metadata type hierarchy, facets provide additional information about members through the declared type for the member.
public ref class Facet sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class Facet : System.Data.Metadata.Edm.MetadataItem
type Facet = class
inherit MetadataItem
Public NotInheritable Class Facet
Inherits MetadataItem
- Herança
Comentários
Para obter mais informações sobre membros e facetas, consulte tipos estruturais (metadados).For more information about members and facets, see Structural Types (Metadata).
Propriedades
| BuiltInTypeKind |
Obtém a variante do tipo interno para este Facet.Gets the built-in type kind for this Facet. |
| Description |
Obtém a descrição deste Facet.Gets the description of this Facet. |
| Documentation |
Obtém ou define a documentação associada a esse tipo.Gets or sets the documentation associated with this type. (Herdado de MetadataItem) |
| FacetType | |
| IsUnbounded |
Obtém um valor que indica se o valor da faceta é ilimitado.Gets a value indicating whether the value of the facet is unbounded. |
| MetadataProperties |
Obtém a lista de propriedades do tipo atual.Gets the list of properties of the current type. (Herdado de MetadataItem) |
| Name | |
| Value |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |