Chili.Opf3 Send comments on this topic.
AttributeTypeMappingProvider Class
See Also  Members  
Chili.Opf3.Mapping.Providers Namespace : AttributeTypeMappingProvider Class




Creates the type mapping for a persistent type by inspecting the attributes that are set on the members of the persistent type.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class AttributeTypeMappingProvider 
   Implements ITypeMappingProvider 
Visual Basic (Usage)Copy Code
Dim instance As AttributeTypeMappingProvider
C# 
public sealed class AttributeTypeMappingProvider : ITypeMappingProvider  
Managed Extensions for C++ 
public __gc __sealed class AttributeTypeMappingProvider : public ITypeMappingProvider  
C++/CLI 
public ref class AttributeTypeMappingProvider sealed : public ITypeMappingProvider  

Inheritance Hierarchy

System.Object
   Chili.Opf3.Mapping.Providers.AttributeTypeMappingProvider

Requirements

Namespace: Chili.Opf3.Mapping.Providers

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also