DataContractBase Class

Definition

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)

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

SetProperty<T>(T, T, String, Boolean)

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

Applies to