ResourceSet Classe
Definição
Representa uma coleção de valores de tipo de entidade.Represents a collection of entity type values.
public ref class ResourceSet
public class ResourceSet
type ResourceSet = class
Public Class ResourceSet
- Herança
-
ResourceSet
Construtores
| ResourceSet(String, ResourceType) |
Cria uma nova coleção de valores de tipo de entidade.Creates a new collection of entity type values. |
Propriedades
| CustomState |
Obtém ou define as informações de estado personalizadas que são definidas pelo desenvolvedor.Gets or sets the custom state information that is defined by the developer. |
| IsReadOnly |
Obtém um valor booliano que indica se o conjunto é somente leitura.Gets a Boolean value that indicates whether the set is read-only. |
| Name |
Obtém o nome da coleção.Gets the name of the collection. |
| ResourceType |
Obtém o tipo de coleção.Gets the type of the collection. |
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) |
| SetReadOnly() |
Define o status somente leitura da coleção.Sets the read-only status of the collection. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |