Version

MetadataPropertyMappingCollection Class

Collection used for specifying fields whose values will be added to the Infragistics.Controls.Schedules.Services.ActivityBase.Metadata dictionary.
Syntax
'Declaration
 
Public Class MetadataPropertyMappingCollection 
   Inherits Infragistics.Services.PropertyMappingCollection(Of String,MetadataPropertyMapping)
Remarks

MetadataPropertyMappingCollection class is used by the PropertyMappingCollection<TKey,TMapping>.MetadataPropertyMappings property. The underlying Infragistics.Controls.Schedules.Services.ActivityBase derived instance created from a data item in the data source for which these mappings are for will have its Infragistics.Controls.Schedules.Services.ActivityBase.Metadata dictionary populated with values from fields that are specified in this mappings collection. Changes to the Metadata dictionary will also be posted back to the data source based on these mappings.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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