TsCheckDeleteValues Methods |
The TsCheckDeleteValues type exposes the following members.
Name | Description | |
---|---|---|
Convert | 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 | |
ConvertItem | Takes in one item and returns an item that matches the data conversion. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) | |
Revert | 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 | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |