Click or drag to resize

Costruttore RowAttribute (String, String, Object, DedAttr, String)

Crea una nuova istanza della classe 'RowAttribute'.

Namespace:  DedNet.Lib
Assembly:  DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi
public RowAttribute(
	string name,
	string prompt,
	Object valore,
	DedAttr tag,
	string dbpath
)

Parametri

name
Tipo: SystemString
Nome interno dell'attributo.
prompt
Tipo: SystemString
Prompt dell'attributo.
valore
Tipo: SystemObject
Valore dell'attributo.
tag
Tipo: DedNet.CoreDedAttr
Attributo usato come tag.
dbpath
Tipo: SystemString
DbPath della famiglia alla quale l'attributo è associato.
Vedi anche