IdeaBlade DevForce 2010 Help Reference
GetEntityProperties Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityProperty Class : GetEntityProperties Method



entityType
A Type of EntityKind
Return a list of all of the EntityProperties associated with a specified entity type.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetEntityProperties( _
   ByVal entityType As Type _
) As EntityPropertyCollection
Visual Basic (Usage)Copy Code
Dim entityType As Type
Dim value As EntityPropertyCollection
 
value = EntityProperty.GetEntityProperties(entityType)
C# 
public static EntityPropertyCollection GetEntityProperties( 
   Type entityType
)
C++/CLI 
public:
static EntityPropertyCollection^ GetEntityProperties( 
   Type^ entityType
) 

Parameters

entityType
A Type of EntityKind

Return Value

List of EntityProperty objects

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.