AtomsFramework Persistence Layer Reference Guide

ClassMap Class

[This is preliminary documentation and subject to change.]

Holds the XML mapping information for a business class

For a list of all members of this type, see ClassMap Members.

System.Object
   AtomsFramework.ClassMap

[Visual Basic]
Public Class ClassMap
    Implements IDisposable
[C#]
public class ClassMap : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Class Map is where all data related to a persistent class is stored.

It is where all attribute maps, key mappings and associations are stored and is the class which is used to generate many of the SQL statements that are used by the framework.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

ClassMap Members | AtomsFramework Namespace