RelationshipType Classe
Definição
Representa uma classe base para relacionamentos em um modelo conceitual.Represents the base class for relationships in a conceptual model.
public ref class RelationshipType abstract : System::Data::Metadata::Edm::EntityTypeBase
public abstract class RelationshipType : System.Data.Metadata.Edm.EntityTypeBase
type RelationshipType = class
inherit EntityTypeBase
Public MustInherit Class RelationshipType
Inherits EntityTypeBase
- Herança
- Derivado
Comentários
Para obter mais informações, consulte relações.For more information, see Relationships.
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 |
Obtém a espécie de tipo interno deste tipo.Gets the built-in type kind for this type. (Herdado de MetadataItem) |
| 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) |
| KeyMembers |
Obtém a lista de todos os membros chave para o tipo de relacionamento ou entidade atual.Gets the list of all the key members for the current entity or relationship type. (Herdado de EntityTypeBase) |
| Members |
Obtém a lista de membros neste tipo.Gets the list of members on this type. (Herdado de StructuralType) |
| 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) |
| RelationshipEndMembers |
Obtém a lista de extremidades para este tipo de relacionamento.Gets the list of ends for this relationship 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) |
Métodos de Extensão
| Navigate(RelationshipType, String, String, DbExpression) |
Cria uma nova DbRelationshipNavigationExpression que representa o painel de navegação de uma relação de composição ou de associação.Creates a new DbRelationshipNavigationExpression representing the navigation of a composition or association relationship. |