Search
BoundPropertyList Class
See Also
 





Defines a mapping between properties in MindFusion.Scheduling and fields in the associated data source.

Namespace: MindFusion.Scheduling.DataBinding
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public class BoundPropertyList : List<BoundProperty>

Visual Basic  Copy Code

Public Class BoundPropertyList
    Inherits List(Of BoundProperty)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(BoundProperty)
        MindFusion.Scheduling.DataBinding.BoundPropertyList

 See Also