[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.-ctor

C1BindingSource Constructor

C1BindingSource()

Initializes a new instance of the C1BindingSource class.

Declaration
public C1BindingSource()

C1BindingSource(object, string)

Initializes a new instance of the C1BindingSource class with the specified data source and data member values.

Declaration
public C1BindingSource(object dataSource, string dataMember)
Parameters
Type Name Description
object dataSource

The object object to use as data source.

string dataMember

The data member name.