Share via


ExportViewUpdateRequest-Klasse

Represents a complex type to specify the details of export view update request.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts..::..ExportViewUpdateRequest

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<MessageContractAttribute> _
Public Class ExportViewUpdateRequest _
    Inherits MessageRequest
'Usage
Dim instance As ExportViewUpdateRequest
[MessageContractAttribute]
public class ExportViewUpdateRequest : MessageRequest
[MessageContractAttribute]
public ref class ExportViewUpdateRequest : public MessageRequest
[<MessageContractAttribute>]
type ExportViewUpdateRequest =  
    class
        inherit MessageRequest
    end
public class ExportViewUpdateRequest extends MessageRequest

Der ExportViewUpdateRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExportViewUpdateRequest Initializes a new instance of the ExportViewUpdateRequest class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExportView Gets or sets export view using the ExportView complex type.
Öffentliche Eigenschaft International Gets or sets a value indicating whether to use client localization information. (Geerbt von MessageRequest.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.