Version

JournalPropertyMapping Class

Used for mapping a field in the data source to a property of the Journal object.
Syntax
'Declaration
 
Public Class JournalPropertyMapping 
   Inherits Infragistics.Services.PropertyMappingBase(Of JournalProperty)
public class JournalPropertyMapping : Infragistics.Services.PropertyMappingBase<JournalProperty> 
Remarks

JournalPropertyMapping object contains information regarding a specific field in the data source specified by the ListScheduleDataConnector.JournalItemsSource and which property of the Journal object it maps to. The property of the Journal object is identified by the JournalProperty property and the field in the data source is identified by the Infragistics.Services.PropertyMappingBase<TKey>.DataObjectProperty property.

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