SystemDomainListItem Class

Definition

A business entity that represents an item in a system domain list.

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

Remarks

The SystemDomainListItem complex type specifies a list of standard text choices that are associated with the Master Data Services (MDS) application.

Constructors

SystemDomainListItem()

Initializes a new instance of the SystemDomainListItem class.

Properties

ListGroup

Specifies the list group (category) to which the item belongs. List groups are used to group related items.

Name

Specifies the name.

Value

Specifies the name.

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