NShape Reference
ItemState Enumeration

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced >

NShape Reference
ItemState Enumeration

Previous pageReturn to chapter overviewNext page

Defines the type of change made to an IEntity item in the IRepository.

Syntax

public enum ItemState { 
 Original, 
 Modified, 
 OwnerChanged, 
 Deleted, 
 New 
};

Description

Defines the type of change made to an IEntity item in the IRepository.

Values

Name

Value

Original

The item was not changed.

Modified

The item was modified.

OwnerChanged

The owner of the item has changed.

Deleted

The item was deleted.

New

The item has not been saved yet.

Requirements

Namespace: Dataweb.NShape

Assembly: Dataweb.NShape