EntityKeyMember Classe
Definição
public ref class EntityKeyMember
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public class EntityKeyMember
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type EntityKeyMember = class
Public Class EntityKeyMember
- Herança
-
EntityKeyMember
- Atributos
Construtores
| EntityKeyMember() |
Inicializa uma nova instância da classe EntityKeyMember.Initializes a new instance of the EntityKeyMember class. |
| EntityKeyMember(String, Object) |
Inicializa uma nova instância da classe EntityKeyMember com o par de chave de entidade especificado.Initializes a new instance of the EntityKeyMember class with the specified entity key pair. |
Propriedades
| Key |
Obtém ou define o nome da chave de entidade.Gets or sets the name of the entity key. |
| Value |
Obtém ou define o valor da chave de entidade.Gets or sets the value of the entity key. |
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() |
Retorna uma representação de cadeia de caracteres da chave de entidade.Returns a string representation of the entity key. |