Class SplitTaskAttributeMapping
Class used to provide the mapping name to split task properties.
Inheritance
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class SplitTaskAttributeMapping : DependencyObject
Constructors
SplitTaskAttributeMapping()
Initializes a new instance of the SplitTaskAttributeMapping class.
Declaration
public SplitTaskAttributeMapping()
Fields
DurationMappingProperty
The DependencyProperty for DurationMapping property.
Declaration
public static readonly DependencyProperty DurationMappingProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
FinishDateMappingProperty
The DependencyProperty for FinishDateMapping property.
Declaration
public static readonly DependencyProperty FinishDateMappingProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
StartDateMappingProperty
The DependencyProperty for StartDateMapping property.
Declaration
public static readonly DependencyProperty StartDateMappingProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
DurationMapping
Gets or sets the duration mapping.
Declaration
public string DurationMapping { get; set; }
Property Value
| Type |
|---|
| System.String |
FinishDateMapping
Gets or sets the finish date mapping.
Declaration
public string FinishDateMapping { get; set; }
Property Value
| Type |
|---|
| System.String |
MappedAttributes
Gets the mapped attributes.
Declaration
public Dictionary<string, string> MappedAttributes { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> | The mapped attributes. |
StartDateMapping
Gets or sets the start date mapping.
Declaration
public string StartDateMapping { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | e | Event data that will contain the dependency property identifier of interest, the property metadata for the type, and old and new values. |