Click or drag to resize
ClientGroupMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseClientGroup
    ClassMapClientGroup
      DrawerBackup.Server.Data.Entities.MappingsClientGroupMapping

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 ClientGroupMapping : ClassMap<ClientGroup>

The ClientGroupMapping type exposes the following members.

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