Classe SystemDomainListGetCriteria
Represents the criteria for the SystemDomainListGet operation.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.SystemDomainListGetCriteria
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "SystemDomainListGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemDomainListGetCriteria _
Inherits DataContractBase
'Utilisation
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
Le type SystemDomainListGetCriteria expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SystemDomainListGetCriteria | Initializes a new instance of the SystemDomainListGetCriteria class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ListCode | Gets or sets the code of the domain list on which to filter. If not supplied, all domain lists are returned. | |
ListGroup | Gets or sets the individual list grouping or category on which to filter. If not supplied, all list groups are returned. | |
ListOption | Gets or sets the individual list option on which to filter. If not supplied, all list options are returned. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts