Click or drag to resize

AutoPlacement Class

This is the placement manager of objects persisted using Persist(Object), it is automatically created when the first object of a type is persisted. It is the first object in the database of each type mapped Database.
Inheritance Hierarchy

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class AutoPlacement : Placement

The AutoPlacement type exposes the following members.

Properties
  NameDescription
Public propertyCache
We want to cache all AutoPlacement objects (small and frequently used)
(Overrides OptimizedPersistableCache.)
Public propertyCount
Get the total number of created objects of this type
Public propertyCounter
Get the total number of created objects of this type
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also