Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
EntityKeyMember Class

Represents a key name and value pair that is part of an EntityKey.

System..::.Object
  System.Data..::.EntityKeyMember

Namespace:  System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)
Visual Basic
<SerializableAttribute> _
<DataContractAttribute> _
Public Class EntityKeyMember
C#
[SerializableAttribute]
[DataContractAttribute]
public class EntityKeyMember
Visual C++
[SerializableAttribute]
[DataContractAttribute]
public ref class EntityKeyMember
F#
[<SerializableAttribute>]
[<DataContractAttribute>]
type EntityKeyMember =  class end

The EntityKeyMember type exposes the following members.

  NameDescription
Public methodEntityKeyMember()()()Initializes a new instance of the EntityKeyMember class.
Public methodEntityKeyMember(String, Object)Initializes a new instance of the EntityKeyMember class with the specified entity key pair.
Top
  NameDescription
Public propertyKeyThe name of the entity key.
Public propertyValueThe value of the entity key.
Top
  NameDescription
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string representation of the entity key. (Overrides Object..::.ToString()()().)
Top

.NET Framework

Supported in: 4, 3.5 SP1

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Biblioteca de clases de .NET Framework
EntityKeyMember (Clase)

Representa un par nombre-valor de clave que forma parte de un objeto EntityKey.

System..::.Object
  System.Data..::.EntityKeyMember

Espacio de nombres:  System.Data
Ensamblado:  System.Data.Entity (en System.Data.Entity.dll)
Visual Basic
<SerializableAttribute> _
<DataContractAttribute> _
Public Class EntityKeyMember
C#
[SerializableAttribute]
[DataContractAttribute]
public class EntityKeyMember
Visual C++
[SerializableAttribute]
[DataContractAttribute]
public ref class EntityKeyMember
F#
[<SerializableAttribute>]
[<DataContractAttribute>]
type EntityKeyMember =  class end

El tipo EntityKeyMember expone los siguientes miembros.

  NombreDescripción
Método públicoEntityKeyMember()()()Inicializa una nueva instancia de la clase EntityKeyMember.
Método públicoEntityKeyMember(String, Object)Inicializa una nueva instancia de la clase EntityKeyMember con el par de claves de entidad especificado.
Arriba
  NombreDescripción
Propiedad públicaKeyNombre de la clave de entidad.
Propiedad públicaValueValor de la clave de entidad.
Arriba
  NombreDescripción
Método públicoEquals(Object)Determina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object).
Método protegidoFinalizePermite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método públicoGetHashCodeActúa como función hash para un tipo concreto. (Se hereda de Object).
Método públicoGetTypeObtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método protegidoMemberwiseCloneCrea una copia superficial del objeto Object actual. (Se hereda de Object).
Método públicoToStringDevuelve una representación de cadena de la clave de entidad. (Invalida a Object..::.ToString()()()).
Arriba

.NET Framework

Compatible con: 4, 3.5 SP1

.NET Framework Client Profile

Compatible con: 4

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker