Summer.Batch.Core.Repository.Dao.ContextKey Class Reference

ContextKey Inner class. More...

Inheritance diagram for Summer.Batch.Core.Repository.Dao.ContextKey:

Public Types

enum  Type { Step, Job }
 Possible contexts enumeration More...
 

Public Member Functions

 ContextKey (Type type, long?id)
 Custom constructor with type and id. More...
 
int CompareTo (ContextKey other)
 
override bool Equals (Object other)
 Equals override. More...
 
override int GetHashCode ()
 GetHashCode override. More...
 

Detailed Description

ContextKey Inner class.

Member Enumeration Documentation

Possible contexts enumeration

Constructor & Destructor Documentation

Summer.Batch.Core.Repository.Dao.ContextKey.ContextKey ( Type  type,
long?  id 
)

Custom constructor with type and id.

Parameters
type
id

Member Function Documentation

int Summer.Batch.Core.Repository.Dao.ContextKey.CompareTo ( ContextKey  other)

See also
IComparable::CompareTo.
Parameters
other
Returns
override bool Summer.Batch.Core.Repository.Dao.ContextKey.Equals ( Object  other)

Equals override.

Parameters
other
Returns
override int Summer.Batch.Core.Repository.Dao.ContextKey.GetHashCode ( )

GetHashCode override.

Returns

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Repository/Dao/MapExecutionContextDao.cs