Click or drag to resize
ClientMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseClient
    ClassMapClient
      DrawerBackup.Server.Data.Entities.MappingsClientMapping

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 ClientMapping : ClassMap<Client>

The ClientMapping type exposes the following members.

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