public static CatalogElement[] GetElements(
ICatalogEntity entity,
ICatalog catalog,
bool ignoreNullValueItems
)
entity
An ICatalogEntity whose properties will be returned.
ignoreNullValueItems
If this parameter is set to true, properties that have null (Nothing in VB) values won't be returned.
An array of CatalogElement objects describing the properties annotated with EntityElementAttribute.
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.