Click or drag to resize

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

Costruttore unico.

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

Parametri

name  String
Nome interno dell'attributo.
prompt  String
Prompt dell'attributo.
valore  Object
Valore dell'attributo.
tag  DedAttr
Attributo usato come tag.
group  String
Gruppo a cui appartiene l'attributo.
tp  DedTypeBase
 
translationCode  String
Codice ISO della lingua a cui corrisponde la traduzione.
disableEditingForOnlyDbAttrs  Boolean
Indica se abilitare o meno l'editazione per gli attributi marchiati come "Solo Db".
Vedi anche