Version 24.2 (latest)

TaskPropertyMapping Class Properties

For a list of all members of this type, see TaskPropertyMapping members.

Public Properties
 NameDescription
Public PropertyConverterSpecifies the converter to use when converting between the schedule property's value and the data object's property's value. (Inherited from Infragistics.Services.PropertyMappingBase<TaskProperty>)
Public PropertyConverterParameterSpecifies the converter parameter that will be passed in the Convert and ConvertFrom methods of the Infragistics.Services.PropertyMappingBase<TKey>.Converter. If null then the underlying data item will be passed. (Inherited from Infragistics.Services.PropertyMappingBase<TaskProperty>)
Public PropertyDataObjectPropertySpecifies the property of the data objects in the data source. (Inherited from Infragistics.Services.PropertyMappingBase<TaskProperty>)
Public PropertyTaskPropertyIdentifies a property of Task object.  
See Also