RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ColumnMap Constructor

Initializes a new instance of the ColumnMap class.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public ColumnMap(
	int id,
	string name
)
Public Sub New ( _
	id As Integer, _
	name As String _
)
public:
ColumnMap(
	int^ id, 
	String^ name
)

Parameters

id
Type: Int32
The identifier.
name
Type: String
The name.