Jobs module: Create the OpenAccess data provider
The OpenAccess job applications provider uses Telerik's OpenAcces ORM to implement the required methods specified in the abstract provider class.
To implement the OpenAccessJobsDataProvider class:
- In Visual Studio, in your project, open the context menu of the Data folder and click Add » New Item...
- In the left pane, select Visual C# » Code.
- Click Class and in the Name input field, enter OpenAccessJobsDataProvider.cs
- Open the OpenAccessJobsDataProvider.cs file.
- Change the class definition.
- Implement the properties.
- Implement the JobsDataProviderBase.
- Define the OpenAccess context.
- Define the meta data source.
EXAMPLE: For more information about the contents of the file, refer to class OpenAccessJobsDataProvider.cs
from the downloaded sample project.