Click or drag to resize

Intent Constructor (String, DataRow)

Overloaded. Initializes a new instance of the Intent class.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public Intent(
	string name,
	DataRow intent
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Cadcorp.Configuration.Intent.#ctor(System.String,System.Data.DataRow)"]

intent
Type: System.DataDataRow

[Missing <param name="intent"/> documentation for "M:Cadcorp.Configuration.Intent.#ctor(System.String,System.Data.DataRow)"]

See Also