'Declaration Public Enum SourceChangeType Inherits System.Enum
public enum SourceChangeType : System.Enum
'Declaration Public Enum SourceChangeType Inherits System.Enum
public enum SourceChangeType : System.Enum
Member | Description |
---|---|
Add | An item is added to the collection. |
Modify | At least one of the properties of an item has changed its value. |
Remove | An item is removed from the collection. |
Reset | Multiple items have changed in the collection. Indexes must be rebuilt. |
System.Object
System.ValueType
System.Enum
C1.LiveLinq.SourceChangeType