Condividi tramite


Delta<TStructuralType> Costruttori

Definizione

Overload

Delta<TStructuralType>()

Inizializza una nuova istanza di Delta<TStructuralType>.

Delta<TStructuralType>(Type)

Inizializza una nuova istanza di Delta<TStructuralType>.

Delta<TStructuralType>(Type, IEnumerable<String>)

Inizializza una nuova istanza di Delta<TStructuralType>.

Delta<TStructuralType>(Type, IEnumerable<String>, PropertyInfo)

Inizializza una nuova istanza di Delta<TStructuralType>.

Delta<TStructuralType>()

Inizializza una nuova istanza di Delta<TStructuralType>.

public Delta ();
Public Sub New ()

Si applica a

Delta<TStructuralType>(Type)

Inizializza una nuova istanza di 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)

Parametri

structuralType
Type

Tipo di entità derivato o tipo complesso per il quale verranno rilevate le modifiche. structuralType deve essere assegnabile alle istanze di TStructuralType.

Si applica a

Delta<TStructuralType>(Type, IEnumerable<String>)

Inizializza una nuova istanza di 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))

Parametri

structuralType
Type

Tipo di entità derivato o tipo complesso per il quale verranno rilevate le modifiche. structuralType deve essere assegnabile alle istanze di TStructuralType.

updatableProperties
IEnumerable<String>

Set di proprietà che è possibile aggiornare o reimpostare. I nomi di proprietà sconosciuti, inclusi i nomi delle proprietà dinamiche, sono ignorati.

Si applica a

Delta<TStructuralType>(Type, IEnumerable<String>, PropertyInfo)

Inizializza una nuova istanza di 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)

Parametri

structuralType
Type

Tipo di entità derivato o tipo complesso per il quale verranno rilevate le modifiche. structuralType deve essere assegnabile alle istanze di TStructuralType.

updatableProperties
IEnumerable<String>

Set di proprietà che è possibile aggiornare o reimpostare. I nomi di proprietà sconosciuti, inclusi i nomi delle proprietà dinamiche, sono ignorati.

dynamicDictionaryPropertyInfo
PropertyInfo

Informazioni sulla proprietà usate come dizionario delle proprietà dinamiche. null indica che questo tipo di entità non è aperto.

Si applica a