pmMDA.NET

ItemRemovalUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemRemovalUpdate class.

public ItemRemovalUpdate(
   DataObjectUpdate item,
   string fieldName
);

Parameters

item
The removed item represented through a data object update.
fieldName
The field name of the indexed property from where the item was removed.

Exceptions

Exception Type Condition
ArgumentNullException item is null.
- or -
fieldName is null.

See Also

ItemRemovalUpdate Class | PmMda.Net.Dog.Updates Namespace