Click or drag to resize
StorageMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseStorage
    ClassMapStorage
      DrawerBackup.Server.Data.Entities.MappingsStorageMapping

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 StorageMapping : ClassMap<Storage>

The StorageMapping type exposes the following members.

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