Click or drag to resize
RepositoryImageMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseRepositoryImage
    ClassMapRepositoryImage
      DrawerBackup.Storage.Data.Entities.MappingsRepositoryImageMapping

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 RepositoryImageMapping : ClassMap<RepositoryImage>

The RepositoryImageMapping type exposes the following members.

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