| C# |
|---|
| public class TaskTransformManager : ObjectManager<TaskTransform, TaskTransforms> |
| #ctor | Initializes an object instance. |
| GetTaskIDKey | Get the StepTaskID key. |
| IsDuplicate | Check for duplicate unique key. |
| LoadByName | Loads a collection of data records ordered by Name. |
| LoadWithTaskID | Gets the TaskTransform data records by StepTaskID. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| SetOrderByName | Sets the current OrderBy names. |
| GetIDKey | Missing Summary |