Click or drag to resize
ServerJobMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseServerJob
    ClassMapServerJob
      DrawerBackup.Server.Data.Entities.MappingsServerJobMapping

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 ServerJobMapping : ClassMap<ServerJob>

The ServerJobMapping type exposes the following members.

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