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.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractNamespace
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public NotInheritable Class DataContractNamespace
'Usage
public static class DataContractNamespace
public ref class DataContractNamespace abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DataContractNamespace = class end
public final class DataContractNamespace
The DataContractNamespace type exposes the following members.
Fields
Name | Description | |
---|---|---|
Mds | The namespace pertaining to the Master Data Services API. | |
WS_I18N | The namespace pertaining to the WS-I18N standard. |
Top
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
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace