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
)
Public Sub New (
name As String,
prompt As String,
valore As Object,
tag As DedAttr,
dbpath As String
)
public:
RowAttribute(
String^ name,
String^ prompt,
Object^ valore,
DedAttr^ tag,
String^ dbpath
)
new :
name : string *
prompt : string *
valore : Object *
tag : DedAttr *
dbpath : string -> 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. - dbpath
- Tipo: SystemString
DbPath della famiglia alla quale l'attributo è associato.
Vedi anche