EnumType Classe
Definição
Representa um tipo de enumeração.Represents an enumeration type.
public ref class EnumType : System::Data::Metadata::Edm::SimpleType
public class EnumType : System.Data.Metadata.Edm.SimpleType
type EnumType = class
inherit SimpleType
Public Class EnumType
Inherits SimpleType
- Herança
Propriedades
| Abstract |
Obtém um valor que indica se este tipo é abstrato ou não.Gets a value indicating whether this type is abstract or not. (Herdado de EdmType) |
| BaseType |
Obtém o tipo base deste link.Gets the base type of this type. (Herdado de EdmType) |
| BuiltInTypeKind |
Retorna o tipo do tipo.Returns the kind of the type. |
| Documentation |
Obtém ou define a documentação associada a esse tipo.Gets or sets the documentation associated with this type. (Herdado de MetadataItem) |
| FullName |
Obtém o nome completo desse tipo.Gets the full name of this type. (Herdado de EdmType) |
| IsFlags |
Obtém um valor que indica se o tipo de enum é definido como sinalizadores (ou seja, pode ser tratado como um campo de bits)Gets a value indicating whether the enum type is defined as flags (i.e. can be treated as a bit field) |
| Members |
Obtém uma coleção de membros de enumeração para este tipo de enumeração.Gets a collection of enumeration members for this enumeration type. |
| MetadataProperties |
Obtém a lista de propriedades do tipo atual.Gets the list of properties of the current type. (Herdado de MetadataItem) |
| Name |
Obtém o nome deste tipo.Gets the name of this type. (Herdado de EdmType) |
| NamespaceName |
Obtém o namespace desse tipo.Gets the namespace of this type. (Herdado de EdmType) |
| UnderlyingType |
Obtém o tipo subjacente para este tipo de enumeração.Gets the underlying type for this enumeration type. |
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) |
| GetCollectionType() |
Retorna uma instância do CollectionType, cujo tipo de elemento é esse tipo.Returns an instance of the CollectionType whose element type is this type. (Herdado de EdmType) |
| 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() |
Retorna o nome completo desse tipo.Returns the full name of this type. (Herdado de EdmType) |