menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaskAttributeMapping - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TaskAttributeMapping

    Class used to provide the mapping name to Gantt.

    Inheritance
    System.Object
    TaskAttributeMapping
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class TaskAttributeMapping : DependencyObject

    Constructors

    TaskAttributeMapping()

    Initializes a new instance of the TaskAttributeMapping class.

    Declaration
    public TaskAttributeMapping()

    Fields

    ActualCostMappingProperty

    The DependencyProperty for ActualCostMapping property.

    Declaration
    public static readonly DependencyProperty ActualCostMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BaselineCostMappingProperty

    The DependencyProperty for BaselineCostMapping property.

    Declaration
    public static readonly DependencyProperty BaselineCostMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BaselineFinishMappingProperty

    The DependencyProperty for BaselineFinishMapping property.

    Declaration
    public static readonly DependencyProperty BaselineFinishMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BaseLineMappingProperty

    The DependencyProperty for BaseLineMapping property.

    Declaration
    public static readonly DependencyProperty BaseLineMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BaselineStartMappingProperty

    The DependencyProperty for BaselineStartMapping property.

    Declaration
    public static readonly DependencyProperty BaselineStartMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ChildMappingProperty

    The DependencyProperty for ChildMapping property.

    Declaration
    public static readonly DependencyProperty ChildMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CostMappingProperty

    The DependencyProperty for CostMapping property.

    Declaration
    public static readonly DependencyProperty CostMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    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

    FinishPointMappingProperty

    The DependencyProperty for FinishPointMapping property.

    Declaration
    public static readonly DependencyProperty FinishPointMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FixedCostMappingProperty

    The DependencyProperty for FixedCostMapping property.

    Declaration
    public static readonly DependencyProperty FixedCostMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    InLineTaskMappingProperty

    The DependencyProperty for InLineTaskMapping property.

    Declaration
    public static readonly DependencyProperty InLineTaskMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsActiveMappingProperty

    The DependencyProperty for IsActiveMapping property.

    Declaration
    public static readonly DependencyProperty IsActiveMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsSummaryRowMappingProperty

    The DependencyProperty for IsSummaryRowMapping property.

    Declaration
    public static readonly DependencyProperty IsSummaryRowMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MileStoneMappingProperty

    The DependencyProperty for MileStoneMapping property.

    Declaration
    public static readonly DependencyProperty MileStoneMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ParentNodeMappingProperty

    The DependencyProperty for ParentNodeMapping property.

    Declaration
    public static readonly DependencyProperty ParentNodeMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    PredecessorMappingProperty

    The DependencyProperty for PredecessorMapping property.

    Declaration
    public static readonly DependencyProperty PredecessorMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ProgressMappingProperty

    The DependencyProperty for ProgressMapping property.

    Declaration
    public static readonly DependencyProperty ProgressMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RemainingCostMappingProperty

    The DependencyProperty for RemainingCostMapping property.

    Declaration
    public static readonly DependencyProperty RemainingCostMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ResourceInfoMappingProperty

    The DependencyProperty for ResourceInfoMapping property.

    Declaration
    public static readonly DependencyProperty ResourceInfoMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SplitTaskMappingProperty

    The DependencyProperty for SplitTaskMapping property.

    Declaration
    public static readonly DependencyProperty SplitTaskMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartDateMappingProperty

    The DependencyProperty for StartDateMapping property.

    Declaration
    public static readonly DependencyProperty StartDateMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartPointMappingProperty

    The DependencyProperty for StartPointMapping property.

    Declaration
    public static readonly DependencyProperty StartPointMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TaskIdMappingProperty

    The DependencyProperty for TaskIdMapping property.

    Declaration
    public static readonly DependencyProperty TaskIdMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TaskNameMappingProperty

    The DependencyProperty for TaskNameMapping property.

    Declaration
    public static readonly DependencyProperty TaskNameMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TotalCostMappingProperty

    The DependencyProperty for TotalCostMapping property.

    Declaration
    public static readonly DependencyProperty TotalCostMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    VarianceMappingProperty

    The DependencyProperty for VarianceMapping property.

    Declaration
    public static readonly DependencyProperty VarianceMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    ActualCostMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string ActualCostMapping { get; set; }
    Property Value
    Type
    System.String

    BaselineCostMapping

    Gets or sets the mapping value of the baseline cost.

    Declaration
    public string BaselineCostMapping { get; set; }
    Property Value
    Type
    System.String

    BaselineFinishMapping

    Gets or sets the mapping value of the baseline finish.

    Declaration
    public string BaselineFinishMapping { get; set; }
    Property Value
    Type
    System.String

    BaseLineMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string BaseLineMapping { get; set; }
    Property Value
    Type
    System.String

    BaselineStartMapping

    Gets or sets the mapping value of the baseline start.

    Declaration
    public string BaselineStartMapping { get; set; }
    Property Value
    Type
    System.String

    ChildMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string ChildMapping { get; set; }
    Property Value
    Type
    System.String

    CostMapping

    Gets or sets the Subject Mapping property for the bound object

    Declaration
    public string CostMapping { get; set; }
    Property Value
    Type
    System.String

    DurationMapping

    Gets or sets the Location mapping property for the bound object.

    Declaration
    public string DurationMapping { get; set; }
    Property Value
    Type
    System.String

    FinishDateMapping

    Gets or sets the EndTimeMapping property for the bound object.

    Declaration
    public string FinishDateMapping { get; set; }
    Property Value
    Type
    System.String

    FinishPointMapping

    Gets or sets the FinishPointMapping property for the bound object.

    Declaration
    public string FinishPointMapping { get; set; }
    Property Value
    Type
    System.String

    FixedCostMapping

    Gets or sets the start time mapping.

    Declaration
    public string FixedCostMapping { get; set; }
    Property Value
    Type Description
    System.String

    The start time mapping.

    HasChildMapping

    Gets a value indicating whether this instance has child mapping.

    Declaration
    public bool HasChildMapping { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has child mapping; otherwise, false.

    HasMileStoneMapping

    Gets a value indicating whether this instance has mile stone mapping.

    Declaration
    public bool HasMileStoneMapping { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has mile stone mapping; otherwise, false.

    InLineTaskMapping

    Gets or sets the in line task mapping.

    Declaration
    public string InLineTaskMapping { get; set; }
    Property Value
    Type Description
    System.String

    The in line task mapping.

    IsActiveMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string IsActiveMapping { get; set; }
    Property Value
    Type
    System.String

    IsSummaryRowMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string IsSummaryRowMapping { 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.

    MileStoneMapping

    Gets or sets the mile stone mapping.

    Declaration
    public string MileStoneMapping { get; set; }
    Property Value
    Type Description
    System.String

    The mile stone mapping.

    ParentNodeMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string ParentNodeMapping { get; set; }
    Property Value
    Type
    System.String

    PredecessorMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string PredecessorMapping { get; set; }
    Property Value
    Type
    System.String

    ProgressMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string ProgressMapping { get; set; }
    Property Value
    Type
    System.String

    RemainingCostMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string RemainingCostMapping { get; set; }
    Property Value
    Type
    System.String

    ResourceInfoMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string ResourceInfoMapping { get; set; }
    Property Value
    Type
    System.String

    SplitTaskMapping

    Gets or sets the split task segments mapping.

    Declaration
    public string SplitTaskMapping { get; set; }
    Property Value
    Type Description
    System.String

    The split task segments mapping.

    StartDateMapping

    Gets or sets the start time mapping.

    Declaration
    public string StartDateMapping { get; set; }
    Property Value
    Type Description
    System.String

    The start time mapping.

    StartPointMapping

    Gets or sets the StartPointMapping property for the bound object.

    Declaration
    public string StartPointMapping { get; set; }
    Property Value
    Type
    System.String

    TaskIdMapping

    Gets or sets the subject mapping.

    Declaration
    public string TaskIdMapping { get; set; }
    Property Value
    Type Description
    System.String

    The subject mapping.

    TaskNameMapping

    Gets or sets the subject mapping.

    Declaration
    public string TaskNameMapping { get; set; }
    Property Value
    Type Description
    System.String

    The subject mapping.

    TotalCostMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string TotalCostMapping { get; set; }
    Property Value
    Type
    System.String

    VarianceMapping

    Gets or sets the AllDay mapping property on the bound object.

    Declaration
    public string VarianceMapping { 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved