Delta<TStructuralType> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Delta<TStructuralType>() |
Inicializa uma nova instância de Delta<TStructuralType>. |
Delta<TStructuralType>(Type) |
Inicializa uma nova instância de Delta<TStructuralType>. |
Delta<TStructuralType>(Type, IEnumerable<String>) |
Inicializa uma nova instância de Delta<TStructuralType>. |
Delta<TStructuralType>(Type, IEnumerable<String>, PropertyInfo) |
Inicializa uma nova instância de Delta<TStructuralType>. |
Delta<TStructuralType>()
Inicializa uma nova instância de Delta<TStructuralType>.
public Delta ();
Public Sub New ()
Aplica-se a
Delta<TStructuralType>(Type)
Inicializa uma nova instância de Delta<TStructuralType>.
public Delta (Type structuralType);
new Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)> : Type -> Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)>
Public Sub New (structuralType As Type)
Parâmetros
- structuralType
- Type
O tipo de entidade derivada ou o tipo complexo para o qual as alterações seriam controladas.
structuralType
deve ser atribuível a instâncias de TStructuralType
.
Aplica-se a
Delta<TStructuralType>(Type, IEnumerable<String>)
Inicializa uma nova instância de Delta<TStructuralType>.
public Delta (Type structuralType, System.Collections.Generic.IEnumerable<string> updatableProperties);
new Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)> : Type * seq<string> -> Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)>
Public Sub New (structuralType As Type, updatableProperties As IEnumerable(Of String))
Parâmetros
- structuralType
- Type
O tipo de entidade derivada ou o tipo complexo para o qual as alterações seriam controladas.
structuralType
deve ser atribuível a instâncias de TStructuralType
.
- updatableProperties
- IEnumerable<String>
O conjunto de propriedades que pode ser atualizado ou redefinido. Nomes de propriedade desconhecidos, incluindo aqueles de propriedades dinâmicas, são ignorados.
Aplica-se a
Delta<TStructuralType>(Type, IEnumerable<String>, PropertyInfo)
Inicializa uma nova instância de Delta<TStructuralType>.
public Delta (Type structuralType, System.Collections.Generic.IEnumerable<string> updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo);
new Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)> : Type * seq<string> * System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)>
Public Sub New (structuralType As Type, updatableProperties As IEnumerable(Of String), dynamicDictionaryPropertyInfo As PropertyInfo)
Parâmetros
- structuralType
- Type
O tipo de entidade derivada ou o tipo complexo para o qual as alterações seriam controladas.
structuralType
deve ser atribuível a instâncias de TStructuralType
.
- updatableProperties
- IEnumerable<String>
O conjunto de propriedades que pode ser atualizado ou redefinido. Nomes de propriedade desconhecidos, incluindo aqueles de propriedades dinâmicas, são ignorados.
- dynamicDictionaryPropertyInfo
- PropertyInfo
As informações de propriedade que são usadas como dicionário das propriedades dinâmicas.
null
significa que este tipo de entidade não está aberta.