Costruttore RowAttribute(String, String, Object, DedAttr, String, DedTypeBase, String, Boolean)
|
Costruttore unico.
Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public RowAttribute(
string name,
string prompt,
Object valore,
DedAttr tag,
string group,
DedTypeBase tp,
string translationCode,
bool disableEditingForOnlyDbAttrs
)
Public Sub New (
name As String,
prompt As String,
valore As Object,
tag As DedAttr,
group As String,
tp As DedTypeBase,
translationCode As String,
disableEditingForOnlyDbAttrs As Boolean
)
public:
RowAttribute(
String^ name,
String^ prompt,
Object^ valore,
DedAttr^ tag,
String^ group,
DedTypeBase^ tp,
String^ translationCode,
bool disableEditingForOnlyDbAttrs
)
new :
name : string *
prompt : string *
valore : Object *
tag : DedAttr *
group : string *
tp : DedTypeBase *
translationCode : string *
disableEditingForOnlyDbAttrs : bool -> RowAttribute
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