SystemDomainListGetCriteria Class

Definition

The cretiera for SystemDomainListGet operation

public ref class SystemDomainListGetCriteria sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemDomainListGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemDomainListGetCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemDomainListGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetCriteria = class
    inherit DataContractBase
Public NotInheritable Class SystemDomainListGetCriteria
Inherits DataContractBase
Inheritance
SystemDomainListGetCriteria
Attributes

Remarks

The SystemDomainListGetCriteria specifies the criteria for operation. Each parameter is optional; those specified are combined with an AND. Leave all parameters empty to get all metadata.

Constructors

SystemDomainListGetCriteria()

Initializes a new instance of the SystemDomainListGetCriteria class.

Properties

ListCode

The name of the domain list to filter on. If not supplied all domain list will be returned.

ListGroup

The individual list grouping, or category, to filter on. If not supplied all list groups are returned.

ListOption

The individual list option to filter on. If not supplied all list options are returned.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to