Click or drag to resize
JobEventMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJobEvent
    ClassMapJobEvent
      DrawerBackup.Server.Data.Entities.MappingsJobEventMapping

Namespace: DrawerBackup.Server.Data.Entities.Mappings
Assembly: DrawerBackup.Server.Data.Entities (in DrawerBackup.Server.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class JobEventMapping : ClassMap<JobEvent>

The JobEventMapping type exposes the following members.

Constructors
  NameDescription
Public methodJobEventMapping
Initializes a new instance of the JobEventMapping class
Top
Properties
  NameDescription
Public propertyCache (Inherited from ClassMapJobEvent.)
Public propertyHibernateMapping (Inherited from ClassMapJobEvent.)
Public propertyNot (Inherited from ClassMapJobEvent.)
Public propertyOptimisticLock (Inherited from ClassMapJobEvent.)
Public propertyPolymorphism (Inherited from ClassMapJobEvent.)
Public propertySchemaAction (Inherited from ClassMapJobEvent.)
Top
Methods
  NameDescription
Public methodApplyFilter(String) (Inherited from ClassMapJobEvent.)
Public methodApplyFilter(String, String) (Inherited from ClassMapJobEvent.)
Public methodApplyFilter``1 (Inherited from ClassMapJobEvent.)
Public methodBatchSize (Inherited from ClassMapJobEvent.)
Public methodCheckConstraint (Inherited from ClassMapJobEvent.)
Public methodComponent(IComponentMappingProvider) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodComponent``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodCompositeId (Inherited from ClassMapJobEvent.)
Public methodCompositeId``1(ExpressionFuncUTP, UMP) (Inherited from ClassMapJobEvent.)
Public methodDiscriminateSubClassesOnColumn``1(String) (Inherited from ClassMapJobEvent.)
Public methodDiscriminateSubClassesOnColumn``1(String, UMP) (Inherited from ClassMapJobEvent.)
Public methodDynamicComponent (Inherited from ClasslikeMapBaseJobEvent.)
Public methodDynamicInsert (Inherited from ClassMapJobEvent.)
Public methodDynamicUpdate (Inherited from ClassMapJobEvent.)
Public methodEntityName (Inherited from ClassMapJobEvent.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodId (Inherited from ClassMapJobEvent.)
Public methodId(ExpressionFuncUTP, Object) (Inherited from ClassMapJobEvent.)
Public methodId(ExpressionFuncUTP, Object, String) (Inherited from ClassMapJobEvent.)
Public methodId``1(String) (Inherited from ClassMapJobEvent.)
Public methodImportType``1 (Inherited from ClassMapJobEvent.)
Public methodJoin (Inherited from ClassMapJobEvent.)
Public methodJoinedSubClass``1 Obsolete. (Inherited from ClassMapJobEvent.)
Public methodLazyLoad (Inherited from ClassMapJobEvent.)
Public methodMap(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodMap(ExpressionFuncUTP, Object, String) (Inherited from ClasslikeMapBaseJobEvent.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNaturalId (Inherited from ClassMapJobEvent.)
Public methodPersister(String) (Inherited from ClassMapJobEvent.)
Public methodPersister``1 (Inherited from ClassMapJobEvent.)
Public methodProxy(Type) (Inherited from ClassMapJobEvent.)
Public methodProxy(String) (Inherited from ClassMapJobEvent.)
Public methodProxy``1 (Inherited from ClassMapJobEvent.)
Public methodReadOnly (Inherited from ClassMapJobEvent.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJobEvent.)
Public methodReferencesAny``1 (Inherited from ClasslikeMapBaseJobEvent.)
Public methodSchema (Inherited from ClassMapJobEvent.)
Public methodSelectBeforeUpdate (Inherited from ClassMapJobEvent.)
Public methodSqlDelete (Inherited from ClasslikeMapBaseJobEvent.)
Public methodSqlDeleteAll (Inherited from ClasslikeMapBaseJobEvent.)
Public methodSqlInsert (Inherited from ClasslikeMapBaseJobEvent.)
Public methodSqlUpdate (Inherited from ClasslikeMapBaseJobEvent.)
Protected methodStoredProcedure (Inherited from ClasslikeMapBaseJobEvent.)
Public methodSubselect (Inherited from ClassMapJobEvent.)
Public methodTable (Inherited from ClassMapJobEvent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTuplizer (Inherited from ClassMapJobEvent.)
Public methodUseUnionSubclassForInheritanceMapping (Inherited from ClassMapJobEvent.)
Public methodVersion (Inherited from ClassMapJobEvent.)
Public methodWhere (Inherited from ClassMapJobEvent.)
Top
Fields
  NameDescription
Protected fieldattributes (Inherited from ClassMapJobEvent.)
Top
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetClassMapping (Inherited from ClassMapJobEvent.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetHibernateMapping (Inherited from ClassMapJobEvent.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetIgnoredProperties (Inherited from ClassMapJobEvent.)
Top
See Also