IdeaBlade DevForce 2010 Help Reference
EntityMetadataStore Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityMetadataStore Class



Thread-safe repository of information on the metadata associated with all of the types in a domain model.

Object Model

EntityMetadataStore ClassEntityMetadataStore Class

Syntax

Visual Basic (Declaration) 
Public Class EntityMetadataStore 
Visual Basic (Usage)Copy Code
Dim instance As EntityMetadataStore
C# 
public class EntityMetadataStore 
C++/CLI 
public ref class EntityMetadataStore 

Remarks

DevForce creates a singleton instance of the EntityMetadataStore at startup. You can use EntityMetadataStore.GetEntityMetadata to retrieve metadata for an entity.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityMetadataStore

Requirements

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

See Also

© 2013 All Rights Reserved.