DataPlace
TableSuspendState Class
CSCS.DataPlace.Common.DataTableSuspendState
Allows a table's change events to be suspended and raises events when the suspended state changes.
Declaration Syntax
C#
public class TableSuspendState : ISuspendable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
TableSuspendState(DataTable)
Creates a new instance.

AttachToDependentTable(DataTable)
Attaches to a table's suspend state, subscribing to its events, in addition to those already attached.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Resume()()()
Decrements the suspend count, enabling change events if the count has reached zero (i.e. if this method has been called the same number of times as a suspend method).

Resuming
Occurs when change events are being resumed.

Suspend()()()
Increments the suspend count, disabling change events.

Suspended
Whether change events are suspended.

Suspending
Occurs when change events are being suspended.

Table
Target table.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TableSuspendState

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817