Click or drag to resize

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

Crea una nuova istanza della classe 'RowAttribute'.

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

Parametri

name  String
Nome interno dell'attributo.
prompt  String
Prompt dell'attributo.
valore  Object
Valore dell'attributo.
tag  DedAttr
Attributo usato come tag.
tp  DedTypeBase
 
Vedi anche