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: 23.3.0.0 (23.3.0.0)
Sintassi
public RowAttribute(
	string name,
	string prompt,
	Object valore,
	DedAttr tag,
	string dbpath
)

Parametri

name  String
Nome interno dell'attributo.
prompt  String
Prompt dell'attributo.
valore  Object
Valore dell'attributo.
tag  DedAttr
Attributo usato come tag.
dbpath  String
DbPath della famiglia alla quale l'attributo è associato.
Vedi anche