Click or drag to resize
JobOperationMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJobOperation
    ClassMapJobOperation
      DrawerBackup.Server.Data.Entities.MappingsJobOperationMapping

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 JobOperationMapping : ClassMap<JobOperation>

The JobOperationMapping type exposes the following members.

Constructors
  NameDescription
Public methodJobOperationMapping
Initializes a new instance of the JobOperationMapping class
Top
Properties
  NameDescription
Public propertyCache (Inherited from ClassMapJobOperation.)
Public propertyHibernateMapping (Inherited from ClassMapJobOperation.)
Public propertyNot (Inherited from ClassMapJobOperation.)
Public propertyOptimisticLock (Inherited from ClassMapJobOperation.)
Public propertyPolymorphism (Inherited from ClassMapJobOperation.)
Public propertySchemaAction (Inherited from ClassMapJobOperation.)
Top
Methods
  NameDescription
Public methodApplyFilter(String) (Inherited from ClassMapJobOperation.)
Public methodApplyFilter(String, String) (Inherited from ClassMapJobOperation.)
Public methodApplyFilter``1 (Inherited from ClassMapJobOperation.)
Public methodBatchSize (Inherited from ClassMapJobOperation.)
Public methodCheckConstraint (Inherited from ClassMapJobOperation.)
Public methodComponent(IComponentMappingProvider) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodComponent``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodCompositeId (Inherited from ClassMapJobOperation.)
Public methodCompositeId``1(ExpressionFuncUTP, UMP) (Inherited from ClassMapJobOperation.)
Public methodDiscriminateSubClassesOnColumn``1(String) (Inherited from ClassMapJobOperation.)
Public methodDiscriminateSubClassesOnColumn``1(String, UMP) (Inherited from ClassMapJobOperation.)
Public methodDynamicComponent (Inherited from ClasslikeMapBaseJobOperation.)
Public methodDynamicInsert (Inherited from ClassMapJobOperation.)
Public methodDynamicUpdate (Inherited from ClassMapJobOperation.)
Public methodEntityName (Inherited from ClassMapJobOperation.)
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 ClasslikeMapBaseJobOperation.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodId (Inherited from ClassMapJobOperation.)
Public methodId(ExpressionFuncUTP, Object) (Inherited from ClassMapJobOperation.)
Public methodId(ExpressionFuncUTP, Object, String) (Inherited from ClassMapJobOperation.)
Public methodId``1(String) (Inherited from ClassMapJobOperation.)
Public methodImportType``1 (Inherited from ClassMapJobOperation.)
Public methodJoin (Inherited from ClassMapJobOperation.)
Public methodJoinedSubClass``1 Obsolete. (Inherited from ClassMapJobOperation.)
Public methodLazyLoad (Inherited from ClassMapJobOperation.)
Public methodMap(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodMap(ExpressionFuncUTP, Object, String) (Inherited from ClasslikeMapBaseJobOperation.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNaturalId (Inherited from ClassMapJobOperation.)
Public methodPersister(String) (Inherited from ClassMapJobOperation.)
Public methodPersister``1 (Inherited from ClassMapJobOperation.)
Public methodProxy(Type) (Inherited from ClassMapJobOperation.)
Public methodProxy(String) (Inherited from ClassMapJobOperation.)
Public methodProxy``1 (Inherited from ClassMapJobOperation.)
Public methodReadOnly (Inherited from ClassMapJobOperation.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJobOperation.)
Public methodReferencesAny``1 (Inherited from ClasslikeMapBaseJobOperation.)
Public methodSchema (Inherited from ClassMapJobOperation.)
Public methodSelectBeforeUpdate (Inherited from ClassMapJobOperation.)
Public methodSqlDelete (Inherited from ClasslikeMapBaseJobOperation.)
Public methodSqlDeleteAll (Inherited from ClasslikeMapBaseJobOperation.)
Public methodSqlInsert (Inherited from ClasslikeMapBaseJobOperation.)
Public methodSqlUpdate (Inherited from ClasslikeMapBaseJobOperation.)
Protected methodStoredProcedure (Inherited from ClasslikeMapBaseJobOperation.)
Public methodSubselect (Inherited from ClassMapJobOperation.)
Public methodTable (Inherited from ClassMapJobOperation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTuplizer (Inherited from ClassMapJobOperation.)
Public methodUseUnionSubclassForInheritanceMapping (Inherited from ClassMapJobOperation.)
Public methodVersion (Inherited from ClassMapJobOperation.)
Public methodWhere (Inherited from ClassMapJobOperation.)
Top
Fields
  NameDescription
Protected fieldattributes (Inherited from ClassMapJobOperation.)
Top
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetClassMapping (Inherited from ClassMapJobOperation.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetHibernateMapping (Inherited from ClassMapJobOperation.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetIgnoredProperties (Inherited from ClassMapJobOperation.)
Top
See Also