Click or drag to resize
RepositoryInfoMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseRepositoryInfo
    ClassMapRepositoryInfo
      DrawerBackup.Native.Data.Entities.MappingsRepositoryInfoMapping

Namespace: DrawerBackup.Native.Data.Entities.Mappings
Assembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class RepositoryInfoMapping : ClassMap<RepositoryInfo>

The RepositoryInfoMapping type exposes the following members.

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