LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly)
LEAD Technologies, Inc

GetElements(ICatalogEntity,ICatalog,Boolean) Method






An ICatalogEntity whose properties will be returned.
The ICatalog interface that describes the provided entity.
If this parameter is set to true, properties that have null (Nothing in Visual Basic) values won't be returned.
Enumerate the ICatalogEntity properties annotated with EntityElementAttribute.
Syntax
public static CatalogElement[] GetElements( 
   ICatalogEntity entity,
   ICatalog catalog,
   bool ignoreNullValueItems
)
'Declaration
 
Public Overloads Shared Function GetElements( _
   ByVal entity As ICatalogEntity, _
   ByVal catalog As ICatalog, _
   ByVal ignoreNullValueItems As Boolean _
) As CatalogElement()
'Usage
 
Dim entity As ICatalogEntity
Dim catalog As ICatalog
Dim ignoreNullValueItems As Boolean
Dim value() As CatalogElement
 
value = CatalogDescriptor.GetElements(entity, catalog, ignoreNullValueItems)
public static CatalogElement[] GetElements( 
   ICatalogEntity entity,
   ICatalog catalog,
   bool ignoreNullValueItems
)
 function Leadtools.Medical.DataAccessLayer.Catalog.CatalogDescriptor.GetElements(ICatalogEntity,ICatalog,Boolean)( 
   entity ,
   catalog ,
   ignoreNullValueItems 
)
public:
static array<CatalogElement^>^ GetElements( 
   ICatalogEntity^ entity,
   ICatalog^ catalog,
   bool ignoreNullValueItems
) 

Parameters

entity
An ICatalogEntity whose properties will be returned.
catalog
The ICatalog interface that describes the provided entity.
ignoreNullValueItems
If this parameter is set to true, properties that have null (Nothing in Visual Basic) values won't be returned.

Return Value

An array of CatalogElement objects describing the properties annotated with EntityElementAttribute.
Remarks

For the provided ICatalogEntity all properties annotated with the EntityElementAttribute will be enumerated.
A key for the ICatalogEntity will be retrieved using ICatalogEntity.CatalogKey method.
A key for each property will be retrieved using the following method:
If the EntityElementAttribute.Name has a value (not null or empty string) then it will be used as the key value otherwise the actual Name of the System.Reflection.PropertyInfo will be used as the key.
The CatalogDescriptor will use the ICatalog object to find the information of this catalog element and fill them in a CatalogElement object.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CatalogDescriptor Class
CatalogDescriptor Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features