Click or drag to resize
AuthMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseAuth
    ClassMapAuth
      DrawerBackup.Native.Data.Entities.MappingsAuthMapping

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 AuthMapping : ClassMap<Auth>

The AuthMapping type exposes the following members.

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