NewOrUpdatedItem Constructor (ChangeType, Entity)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the NewOrUpdatedItem class.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public NewOrUpdatedItem(
    ChangeType type,
    Entity entity
)
public:
NewOrUpdatedItem(
    ChangeType type,
    Entity^ entity
)
new : 
        type:ChangeType *
        entity:Entity -> NewOrUpdatedItem
Public Sub New (
    type As ChangeType,
    entity As Entity
)

Parameters

See Also

NewOrUpdatedItem Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright