Click or drag to resize
JobScheduleMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJobSchedule
    ClassMapJobSchedule
      DrawerBackup.Server.Data.Entities.MappingsJobScheduleMapping

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 JobScheduleMapping : ClassMap<JobSchedule>

The JobScheduleMapping type exposes the following members.

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