Click or drag to resize
UserAccountMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseUserAccount
    ClassMapUserAccount
      DrawerBackup.Native.Data.Entities.MappingsUserAccountMapping

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 UserAccountMapping : ClassMap<UserAccount>

The UserAccountMapping type exposes the following members.

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