EdmType Classe
Definizione
Rappresenta la classe di base per tutti i tipi in un modello concettuale.Represents a base class for all the types in a conceptual model.
public ref class EdmType abstract : System::Data::Metadata::Edm::GlobalItem
public abstract class EdmType : System.Data.Metadata.Edm.GlobalItem
type EdmType = class
inherit GlobalItem
Public MustInherit Class EdmType
Inherits GlobalItem
- Ereditarietà
- Derivato
Commenti
Per altre informazioni, vedere Cenni preliminari sulla gerarchia dei tipi di metadati.For more information, see Metadata Type Hierarchy Overview.
Proprietà
Abstract |
Ottiene un valore che indica se il tipo è o non è astratto.Gets a value indicating whether this type is abstract or not. |
BaseType |
Ottiene il tipo di base del tipo.Gets the base type of this type. |
BuiltInTypeKind |
Ottiene il tipo del tipo incorporato per il tipo.Gets the built-in type kind for this type. (Ereditato da MetadataItem) |
Documentation |
Ottiene o imposta la documentazione associata al tipo.Gets or sets the documentation associated with this type. (Ereditato da MetadataItem) |
FullName |
Ottiene il nome completo del tipo.Gets the full name of this type. |
MetadataProperties |
Ottiene l'elenco di proprietà del tipo corrente.Gets the list of properties of the current type. (Ereditato da MetadataItem) |
Name |
Ottiene il nome del tipo.Gets the name of this type. |
NamespaceName |
Ottiene lo spazio dei nomi del tipo.Gets the namespace of this type. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetCollectionType() |
Restituisce un'istanza di CollectionType il cui tipo di elemento è il tipo corrente.Returns an instance of the CollectionType whose element type is this type. |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce il nome completo del tipo.Returns the full name of this type. |