EntityBindingSourceBindingSourceRow Constructor

Initializes a new instance of the EntityBindingSourceBindingSourceRow class.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public BindingSourceRow(
	EntityBindingSource parent,
	Row row,
	bool newRow
)

Parameters

parent  EntityBindingSource
The parent based on which this EntityBindingSourceBindingSourceRow will be created
row  Row
The row based on which this EntityBindingSourceBindingSourceRow will be created
newRow  Boolean
The newRow based on which this EntityBindingSourceBindingSourceRow will be created

See Also