Click or drag to resize

ListChangeTrackingT Class

Used to keep track of changes to a List of IChangeTracking objects
Inheritance Hierarchy
SystemObject
  Koopman.CheckPoint.CommonSimpleChangeTracking
    Koopman.CheckPoint.CommonSimpleListChangeTrackingT
      Koopman.CheckPoint.CommonListChangeTrackingT

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public class ListChangeTracking<T> : SimpleListChangeTracking<T>
where T : IChangeTracking
Request Example View Source

Type Parameters

T
Object of type IChangeTracking stored in List

The ListChangeTrackingT type exposes the following members.

Constructors
  NameDescription
Public methodListChangeTrackingT
Initializes a new instance of the ListChangeTrackingT class
Top
Properties
  NameDescription
Public propertyCount (Inherited from SimpleListChangeTrackingT.)
Public propertyIsChanged
Gets the object's changed status.
(Overrides SimpleChangeTrackingIsChanged.)
Public propertyIsNew
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.)
Public propertyIsReadOnly (Inherited from SimpleListChangeTrackingT.)
Public propertyItemInt32
Gets or sets the object at the specified index.
(Inherited from SimpleListChangeTrackingT.)
Public propertyItemString
Gets the object with the specified string.
(Inherited from SimpleListChangeTrackingT.)
Top
Methods
  NameDescription
Public methodAcceptChanges
Resets the object’s state to unchanged by accepting the modifications.
(Inherited from SimpleChangeTracking.)
Public methodAdd (Inherited from SimpleListChangeTrackingT.)
Public methodClear (Inherited from SimpleListChangeTrackingT.)
Public methodContains (Inherited from SimpleListChangeTrackingT.)
Public methodCopyTo (Inherited from SimpleListChangeTrackingT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from SimpleListChangeTrackingT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from SimpleListChangeTrackingT.)
Public methodInsert (Inherited from SimpleListChangeTrackingT.)
Public methodRemove (Inherited from SimpleListChangeTrackingT.)
Public methodRemoveAt (Inherited from SimpleListChangeTrackingT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also