Класс SystemDomainListGetCriteria
Captures query criteria for system domain lists.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.SystemDomainListGetCriteria
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "SystemDomainListGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemDomainListGetCriteria _
Inherits DataContractBase
'Применение
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
Тип SystemDomainListGetCriteria обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SystemDomainListGetCriteria | Initializes a new instance of the SystemDomainListGetCriteria class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от 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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.