DataContractNamespace Class

 

Provides a common location for data contract namespace constants. As new versions are released with modified data contracts, new constants should be added.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractNamespace

Syntax

public static class DataContractNamespace
public ref class DataContractNamespace abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DataContractNamespace = class end
Public NotInheritable Class DataContractNamespace

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Mds

The namespace pertaining to the Master Data Services API.

System_CAPS_pubfieldSystem_CAPS_static WS_I18N

The namespace pertaining to the WS-I18N standard.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top