Click or drag to resize
StorageOperationMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseStorageOperation
    ClassMapStorageOperation
      DrawerBackup.Storage.Data.Entities.MappingsStorageOperationMapping

Namespace: DrawerBackup.Storage.Data.Entities.Mappings
Assembly: DrawerBackup.Storage.Data.Entities (in DrawerBackup.Storage.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class StorageOperationMapping : ClassMap<StorageOperation>

The StorageOperationMapping type exposes the following members.

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