Costruttore RowAttribute(String, String, Object, DedAttr, DedTypeBase)
|
Crea una nuova istanza della classe 'RowAttribute'.
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,
DedTypeBase tp
)
Public Sub New (
name As String,
prompt As String,
valore As Object,
tag As DedAttr,
tp As DedTypeBase
)
public:
RowAttribute(
String^ name,
String^ prompt,
Object^ valore,
DedAttr^ tag,
DedTypeBase^ tp
)
new :
name : string *
prompt : string *
valore : Object *
tag : DedAttr *
tp : DedTypeBase -> RowAttribute
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