NewOrUpdatedItem Class

Definition

Represents the new or updated item.

public ref class NewOrUpdatedItem sealed : Microsoft::Xrm::Sdk::IChangedItem, System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="NewOrUpdatedItem", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
public sealed class NewOrUpdatedItem : Microsoft.Xrm.Sdk.IChangedItem, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="NewOrUpdatedItem", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
type NewOrUpdatedItem = class
    interface IChangedItem
    interface IExtensibleDataObject
Public NotInheritable Class NewOrUpdatedItem
Implements IChangedItem, IExtensibleDataObject
Inheritance
NewOrUpdatedItem
Attributes
Implements

Constructors

NewOrUpdatedItem()
NewOrUpdatedItem(ChangeType, Entity)

Initializes a new instance of the NewOrUpdatedItem class.

Properties

ExtensionData

Gets or sets the extension data.

NewOrUpdatedEntity

Gets or sets the new or updated entity.

Type

Gets or sets the change type.

Applies to