| C# |
|---|
| public class ViewGridColumnManager : ObjectManager<ViewGridColumn, ViewGridColumns> |
| #ctor | Initializes an object instance. |
| GetGridColumns | Retrieves the Grid Columns definition. |
| GetIDsKey | Get the ID key record. |
| GetLoadJoins | Creates and returns the Joins object. |
| GetTextFilters | Creates and returns the filters object. |
| GetUniqueKey | Get the Unique key record. |
| GetViewDataIDKey | Get the ViewDataID key record. |
| LoadWithViewIDBySequence | Loads a collection of data records ordered by Sequence. |
| RetrieveWithIDs | Retrieves a data record with the supplied value. |
| RetrieveWithUniqueKey | Retrieves a data record with the unique key values. |
| SaveData | Updates the record if it exists, otherwise creates it. |
| SetOrderBySequence | Sets the current OrderBy names. |
| ResultWithViewID | Missing Summary |