ORM Sample Class Library

Job Class

Inherit from this to create jobs that run as a service, in multiple threads, repeatedly.

For a list of all members of this type, see Job Members.

System.Object
   Job

[Visual Basic]
MustInherit Public Class Job
[C#]
public abstract class Job

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

Job Members | OrmLib Namespace


f="OrmLib.DataManagerBase.CriteriaGroup.html">DataManagerBase.CriteriaGroup Holds a group of criteria, efectively to be put in parenthesis in the 'where' clause of an SQL query. DataManagerBase.FetchPathRelation DataManagerBase.JoinPathRelation DataManagerBase.Relation Wraps a column in a table when extablishing query rules. RequiredParentAttribute This is an internal Attribute and should not be used. It is applied to all properties where the property represents a required parent TypedCollectionAttribute This is an internal Attribute and should not be used. It is applied to all ORM.NET collections TypeHelper This is an internal class and should not be used. Validator Provides static functions for validating standard input types.

Enumerations

EnumerationDescription
CompareType Use in filtering and finding methods of the collections.
MatchType The operator to use to compare a column to a piece of data.
SortDirection Use to specify the sort direction.

img src="pubproperty.gif">IsReadOnly