Classe SystemDomainListGetCriteria
Captures query criteria for system domain lists.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.SystemDomainListGetCriteria
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "SystemDomainListGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemDomainListGetCriteria _
Inherits DataContractBase
'Utilizzo
Dim instance As SystemDomainListGetCriteria
[DataContractAttribute(Name = "SystemDomainListGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListGetCriteria : DataContractBase
[DataContractAttribute(Name = L"SystemDomainListGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainListGetCriteria : public DataContractBase
[<DataContractAttribute(Name = "SystemDomainListGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetCriteria =
class
inherit DataContractBase
end
public class SystemDomainListGetCriteria extends DataContractBase
Nel tipo SystemDomainListGetCriteria sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SystemDomainListGetCriteria | Initializes a new instance of the SystemDomainListGetCriteria class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. | |
ListCode | Gets or sets the name of the domain list to filter on. If not supplied, all domain lists are returned. | |
ListGroup | Gets or sets the code of the individual list grouping, or category, to filter on. If not supplied, all list groups are returned. | |
ListOption | Gets or sets the individual list option to filter on. If not supplied, all list options are returned. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.