C# |
---|
public class ViewDataManager : ObjectManager<ViewData, Views> |
#ctor | Initializes an object instance. |
AddData | Adds a ViewData record. |
LoadWithParentID | Loads a collection of Data Records with the supplied value. |
RetrieveWithID | Retrieves a Data Record with the supplied value. |
RetrieveWithUniqueKey | Retrieves the record by the unique key. |
SaveData | Updates the record if it exists, otherwise creates it. |
GetIDKey | Missing Summary |
GetParentKey | Missing Summary |
ResultWithParentID | Missing Summary |