C# Class DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerJobSchema

Creates a table that stores data about scheduled jobs
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
GetSchema ( ) : List

Returns our schema as a list of tables.

SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the SqlServerJobSchema class.

Private Methods

Method Description
CreateMainTable ( ) : Table

Creates the main table schema

GetOwner ( ) : string

Gets the schema owner

This is always 'dbo'

Method Details

GetSchema() public method

Returns our schema as a list of tables.
public GetSchema ( ) : List
return List

SqlServerJobSchema() public method

Initializes a new instance of the SqlServerJobSchema class.
public SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic
tableNameHelper TableNameHelper The table name helper.
return System.Collections.Generic