DataContractBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for all data contracts.
public ref class DataContractBase abstract
[System.Runtime.Serialization.DataContract(Name="DataContractBase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public abstract class DataContractBase
[<System.Runtime.Serialization.DataContract(Name="DataContractBase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type DataContractBase = class
Public MustInherit Class DataContractBase
- Inheritance
-
DataContractBase
- Derived
- Attributes
Remarks
The DataContractBase specifies base class for all data contracts.
Constructors
DataContractBase() |
Initializes a new instance of the DataContractBase class. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |