T
The type of EntityManager needing design time support.
Cocktail Help Reference
EnableDesignTimeSupport<T> Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > DesignTime Class : EnableDesignTimeSupport<T> Method



Glossary Item Box

Enables full design time support for the specified EntityManager type.

Syntax

Visual Basic (Declaration) 
Public Shared Sub EnableDesignTimeSupport(Of T As IdeaBlade.EntityModel.EntityManager)() 
Visual Basic (Usage)Copy Code
DesignTime.EnableDesignTimeSupport(Of T)()
C# 
public static void EnableDesignTimeSupport<T>()
where T: IdeaBlade.EntityModel.EntityManager
C++/CLI 
public:
static void EnableDesignTimeSupportgeneric<typename T>
(); 
where T: IdeaBlade.EntityModel.EntityManager

Type Parameters

T
The type of EntityManager needing design time support.

Remarks

This method must be called as early as possible, usually in the bootstrapper's static constructor.

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.