Metodo DedAttrCollectionAdd (String, String, Type, Boolean)
|
Aggiunge un nuovo elemento alla collezione e lo restituisce.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedAttr Add(
string Nome,
string Prompt,
Type TipoDati,
bool isSparePart
)
Public Function Add (
Nome As String,
Prompt As String,
TipoDati As Type,
isSparePart As Boolean
) As DedAttr
public:
DedAttr^ Add(
String^ Nome,
String^ Prompt,
Type^ TipoDati,
bool isSparePart
)
member Add :
Nome : string *
Prompt : string *
TipoDati : Type *
isSparePart : bool -> DedAttr
Parametri
- Nome
- Tipo: SystemString
Nome dell'attributo. - Prompt
- Tipo: SystemString
Prompt dell'attributo. - TipoDati
- Tipo: SystemType
Tipo dati dell'attributo. - isSparePart
- Tipo: SystemBoolean
Indica se è un attributo di ricambio
Valore di ritorno
Tipo:
DedAttrRestituisce l'attributo aggiunto.
Vedi anche