Costruttore AttributeTableRow(String, String, Object, Object, Type, Boolean)
|
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public AttributeTableRow(
string name,
string prompt,
Object value,
Object tag,
Type type,
bool isDedAttr
)
Public Sub New (
name As String,
prompt As String,
value As Object,
tag As Object,
type As Type,
isDedAttr As Boolean
)
public:
AttributeTableRow(
String^ name,
String^ prompt,
Object^ value,
Object^ tag,
Type^ type,
bool isDedAttr
)
new :
name : string *
prompt : string *
value : Object *
tag : Object *
type : Type *
isDedAttr : bool -> AttributeTableRow
Parametri
- name String
-
- prompt String
-
- value Object
-
- tag Object
-
- type Type
-
- isDedAttr Boolean
-
Vedi anche