Leadtools.Medical.DataAccessLayer.Catalog Namespace > CatalogDescriptor Class > GetElements Method : GetElements(ICatalogEntity,ICatalog,Boolean) Method |
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 array<CatalogElement^>^ GetElements( ICatalogEntity^ entity, ICatalog^ catalog, bool ignoreNullValueItems )
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.