Condividi tramite


ODataWriter.Write Metodo

Definizione

Overload

Write(ODataProperty, Action)

Scrive una proprietà primitiva all'interno di una risorsa.

Write(ODataNestedResourceInfo, Action)

Scrive informazioni sulle risorse annidate ed esegue un'azione tra.

Write(ODataDeltaResourceSet, Action)

Scrive un set di risorse delta ed esegue un'azione tra.

Write(ODataDeletedResource, Action)

Scrive una risorsa eliminata ed esegue un'azione tra.

Write(ODataResourceSet)

Scrive un set di risorse.

Write(ODataResource)

Scrive una risorsa.

Write(ODataDeltaResourceSet)

Scrive un set di risorse delta.

Write(ODataPrimitiveValue)

Scrive un valore primitivo all'interno di un insieme non tipizzato.

Write(ODataNestedResourceInfo)

Scrive informazioni sulle risorse annidate.

Write(ODataResource, Action)

Scrive una risorsa ed esegue un'azione tra.

Write(ODataDeltaLink)

Scrive un collegamento delta.

Write(ODataDeltaDeletedLink)

Scrive un collegamento eliminato.

Write(ODataDeletedResource)

Scrive una risorsa eliminata.

Write(ODataProperty)

Scrive una proprietà primitiva all'interno di una risorsa.

Write(ODataResourceSet, Action)

Scrive un set di risorse ed esegue un'azione tra.

Write(ODataProperty, Action)

Scrive una proprietà primitiva all'interno di una risorsa.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataProperty primitiveProperty, Action nestedAction);
member this.Write : Microsoft.OData.ODataProperty * Action -> Microsoft.OData.ODataWriter
Public Function Write (primitiveProperty As ODataProperty, nestedAction As Action) As ODataWriter

Parametri

primitiveProperty
ODataProperty

Proprietà primitiva da scrivere.

nestedAction
Action

Azione da eseguire tra la scrittura.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataNestedResourceInfo, Action)

Scrive informazioni sulle risorse annidate ed esegue un'azione tra.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataNestedResourceInfo nestedResourceInfo, Action nestedAction);
member this.Write : Microsoft.OData.ODataNestedResourceInfo * Action -> Microsoft.OData.ODataWriter
Public Function Write (nestedResourceInfo As ODataNestedResourceInfo, nestedAction As Action) As ODataWriter

Parametri

nestedResourceInfo
ODataNestedResourceInfo

Informazioni sulla risorsa nidificata da scrivere.

nestedAction
Action

Azione da eseguire tra la scrittura.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataDeltaResourceSet, Action)

Scrive un set di risorse delta ed esegue un'azione tra.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataDeltaResourceSet deltaResourceSet, Action nestedAction);
member this.Write : Microsoft.OData.ODataDeltaResourceSet * Action -> Microsoft.OData.ODataWriter
Public Function Write (deltaResourceSet As ODataDeltaResourceSet, nestedAction As Action) As ODataWriter

Parametri

deltaResourceSet
ODataDeltaResourceSet

Set di risorse delta o raccolta da scrivere.

nestedAction
Action

Azione da eseguire tra la scrittura del set di risorse.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataDeletedResource, Action)

Scrive una risorsa eliminata ed esegue un'azione tra.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataDeletedResource deletedResource, Action nestedAction);
member this.Write : Microsoft.OData.ODataDeletedResource * Action -> Microsoft.OData.ODataWriter
Public Function Write (deletedResource As ODataDeletedResource, nestedAction As Action) As ODataWriter

Parametri

deletedResource
ODataDeletedResource

Risorsa eliminata da scrivere.

nestedAction
Action

Azione da eseguire tra la scrittura.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataResourceSet)

Scrive un set di risorse.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataResourceSet resourceSet);
member this.Write : Microsoft.OData.ODataResourceSet -> Microsoft.OData.ODataWriter
Public Function Write (resourceSet As ODataResourceSet) As ODataWriter

Parametri

resourceSet
ODataResourceSet

Set di risorse o raccolta da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataResource)

Scrive una risorsa.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataResource resource);
member this.Write : Microsoft.OData.ODataResource -> Microsoft.OData.ODataWriter
Public Function Write (resource As ODataResource) As ODataWriter

Parametri

resource
ODataResource

Risorsa o elemento da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataDeltaResourceSet)

Scrive un set di risorse delta.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataDeltaResourceSet deltaResourceSet);
member this.Write : Microsoft.OData.ODataDeltaResourceSet -> Microsoft.OData.ODataWriter
Public Function Write (deltaResourceSet As ODataDeltaResourceSet) As ODataWriter

Parametri

deltaResourceSet
ODataDeltaResourceSet

Set di risorse delta o raccolta da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataPrimitiveValue)

Scrive un valore primitivo all'interno di un insieme non tipizzato.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataPrimitiveValue primitiveValue);
member this.Write : Microsoft.OData.ODataPrimitiveValue -> Microsoft.OData.ODataWriter
Public Function Write (primitiveValue As ODataPrimitiveValue) As ODataWriter

Parametri

primitiveValue
ODataPrimitiveValue

Valore primitivo da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataNestedResourceInfo)

Scrive informazioni sulle risorse annidate.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataNestedResourceInfo nestedResourceInfo);
member this.Write : Microsoft.OData.ODataNestedResourceInfo -> Microsoft.OData.ODataWriter
Public Function Write (nestedResourceInfo As ODataNestedResourceInfo) As ODataWriter

Parametri

nestedResourceInfo
ODataNestedResourceInfo

Informazioni sulla risorsa nidificata da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataResource, Action)

Scrive una risorsa ed esegue un'azione tra.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataResource resource, Action nestedAction);
member this.Write : Microsoft.OData.ODataResource * Action -> Microsoft.OData.ODataWriter
Public Function Write (resource As ODataResource, nestedAction As Action) As ODataWriter

Parametri

resource
ODataResource

Risorsa o elemento da scrivere.

nestedAction
Action

Azione da eseguire tra la scrittura.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataDeltaLink)

Scrive un collegamento delta.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataDeltaLink deltaLink);
member this.Write : Microsoft.OData.ODataDeltaLink -> Microsoft.OData.ODataWriter
Public Function Write (deltaLink As ODataDeltaLink) As ODataWriter

Parametri

deltaLink
ODataDeltaLink

Collegamento delta da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataDeltaDeletedLink)

Scrive un collegamento eliminato.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataDeltaDeletedLink deltaDeletedLink);
member this.Write : Microsoft.OData.ODataDeltaDeletedLink -> Microsoft.OData.ODataWriter
Public Function Write (deltaDeletedLink As ODataDeltaDeletedLink) As ODataWriter

Parametri

deltaDeletedLink
ODataDeltaDeletedLink

Collegamento delta eliminato da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataDeletedResource)

Scrive una risorsa eliminata.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataDeletedResource deletedResource);
member this.Write : Microsoft.OData.ODataDeletedResource -> Microsoft.OData.ODataWriter
Public Function Write (deletedResource As ODataDeletedResource) As ODataWriter

Parametri

deletedResource
ODataDeletedResource

Risorsa eliminata da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataProperty)

Scrive una proprietà primitiva all'interno di una risorsa.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataProperty primitiveProperty);
member this.Write : Microsoft.OData.ODataProperty -> Microsoft.OData.ODataWriter
Public Function Write (primitiveProperty As ODataProperty) As ODataWriter

Parametri

primitiveProperty
ODataProperty

Proprietà primitiva da scrivere.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a

Write(ODataResourceSet, Action)

Scrive un set di risorse ed esegue un'azione tra.

public Microsoft.OData.ODataWriter Write (Microsoft.OData.ODataResourceSet resourceSet, Action nestedAction);
member this.Write : Microsoft.OData.ODataResourceSet * Action -> Microsoft.OData.ODataWriter
Public Function Write (resourceSet As ODataResourceSet, nestedAction As Action) As ODataWriter

Parametri

resourceSet
ODataResourceSet

Set di risorse o raccolta da scrivere.

nestedAction
Action

Azione da eseguire tra la scrittura del set di risorse.

Restituisce

Questo ODataWriter consente operazioni di concatenamento.

Si applica a