Click or drag to resize
JobProgressMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJobProgress
    ClassMapJobProgress
      DrawerBackup.Server.Data.Entities.MappingsJobProgressMapping

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 JobProgressMapping : ClassMap<JobProgress>

The JobProgressMapping type exposes the following members.

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