Freigeben über


SystemDomainListGetCriteria-Klasse

Represents the criteria for the SystemDomainListGet operation.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SystemDomainListGetCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SystemDomainListGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemDomainListGetCriteria _
    Inherits DataContractBase
'Usage
Dim instance As SystemDomainListGetCriteria
[DataContractAttribute(Name = "SystemDomainListGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemDomainListGetCriteria : DataContractBase
[DataContractAttribute(Name = L"SystemDomainListGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainListGetCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemDomainListGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetCriteria =  
    class 
        inherit DataContractBase 
    end
public final class SystemDomainListGetCriteria extends DataContractBase

Der SystemDomainListGetCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ListCode Gets or sets the code of the domain list on which to filter. If not supplied, all domain lists are returned.
Öffentliche Eigenschaft ListGroup Gets or sets the individual list grouping or category on which to filter. If not supplied, all list groups are returned.
Öffentliche Eigenschaft ListOption Gets or sets the individual list option on which to filter. If not supplied, all list options are returned.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace