Costruttore RowAttribute (String, String, Object, DedAttr, String, String, String, Boolean)
|
Costruttore unico.
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public RowAttribute(
string name,
string prompt,
Object valore,
DedAttr tag,
string group,
string dbpath,
string translationCode,
bool disableEditingForOnlyDbAttrs
)
Public Sub New (
name As String,
prompt As String,
valore As Object,
tag As DedAttr,
group As String,
dbpath As String,
translationCode As String,
disableEditingForOnlyDbAttrs As Boolean
)
public:
RowAttribute(
String^ name,
String^ prompt,
Object^ valore,
DedAttr^ tag,
String^ group,
String^ dbpath,
String^ translationCode,
bool disableEditingForOnlyDbAttrs
)
new :
name : string *
prompt : string *
valore : Object *
tag : DedAttr *
group : string *
dbpath : string *
translationCode : string *
disableEditingForOnlyDbAttrs : bool -> RowAttribute
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. - group
- Tipo: SystemString
Gruppo a cui appartiene l'attributo. - dbpath
- Tipo: SystemString
DbPath della famiglia alla quale l'attributo è associato. - translationCode
- Tipo: SystemString
Codice ISO della lingua a cui corrisponde la traduzione. - disableEditingForOnlyDbAttrs
- Tipo: SystemBoolean
Indica se abilitare o meno l'editazione per gli attributi marchiati come "Solo Db".
Vedi anche