Version

MetadataPropertyMapping Class

Used for mapping a field in the data source to an entry in the Metadata dictionary.
Syntax
'Declaration
 
Public Class MetadataPropertyMapping 
   Inherits Infragistics.Services.PropertyMappingBase(Of String)
public class MetadataPropertyMapping : Infragistics.Services.PropertyMappingBase<string> 
Remarks

MetadataPropertyMapping used by the MetadataPropertyMappingCollection. MetadataPropertyMapping objects in the collection are used to populate the metadata dictionary of the associated schedule object (for example the Infragistics.Controls.Schedules.Services.ActivityBase.Metadata dictionary of the Infragistics.Controls.Schedules.Services.Appointment object).

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