Compartir a través de


CollectionSet.Key Miembros

The CollectionSet..::..Key class inherits from SfcAbstractKey and is used for identification key operations

El tipo CollectionSet. . :: . .Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico CollectionSet. . :: . .Key(String) Creates an instance of a key given the key name.
Método publico CollectionSet. . :: . .Key(CollectionSet. . :: . .Key) Creates an instance of a CollectionSet..::..Key object.

Principio

Métodos

  Nombre Descripción
Método publico Equals(SfcKey) Instantiates an instance of the Equals class that is used for Boolean operations. (Invalida SfcKeyEquals(SfcKey).)
Método publico Equals(Object) Performs a Boolean operation to determine if the object passed as a parameter is a key. (Invalida SfcKeyEquals(Object).)
Método publico Equals(Object, Object) Does a Boolean comparison of two objects passed as parameters.
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Gets the hash code for a key. (Invalida SfcKeyGetHashCode()()()().)
Método publico GetType (Se hereda de Object).
Método publico GetUrnFragment Gets a urn fragment. (Invalida SfcKeyGetUrnFragment()()()().)
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Gets a string representation of the key for the purpose of a default comparison. (Invalida SfcKeyToString()()()().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality(Object, CollectionSet. . :: . .Key) Does a boolean equality comparison between the object sent as a parameter and the right hand side of the key.
Operador públicoMiembro estático Equality(CollectionSet. . :: . .Key, CollectionSet. . :: . .Key) Does a Boolean equality comparison between the left hand side of the key and the right hand side of the key.
Operador públicoMiembro estático Equality(CollectionSet. . :: . .Key, Object) Does a Boolean equality comparison between the object sent as a parameter and the left hand side of the key.
Operador públicoMiembro estático Inequality(Object, CollectionSet. . :: . .Key) Does a Boolean inequality comparison between the object sent as a parameter and the right hand side of the key.
Operador públicoMiembro estático Inequality(CollectionSet. . :: . .Key, CollectionSet. . :: . .Key) Does a boolean inequality comparison between the left hand side of the key and the right hand side of the key.
Operador públicoMiembro estático Inequality(CollectionSet. . :: . .Key, Object) Does a Boolean inequality comparison between the object sent as a parameter and the left hand side of the key.

Principio

Campos

  Nombre Descripción
Campo público name Configures the name property for the key.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the key name.

Principio