Click or drag to resize

TsCheckDeleteValues Methods

The TsCheckDeleteValues type exposes the following members.

Methods
  NameDescription
Public methodConvert

Takes as input an array/ilist of values of some type and returns another array/ilist of some type.

If the input object does not match the converter, it should return the array again.

The input array may be modified in-place

Public methodCode exampleConvertItem

Takes in one item and returns an item that matches the data conversion.

Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRevert

Takes as input an array/ilist of values of some type and returns another array/ilist of some type. Should produce the inverse of the Convert(TsItem, Array) call

If the input object does not match the converter, it should return the array again.

The input array may be modified in-place

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also