Metodo DedAttrCollectionAdd(String, String, Type, Boolean)
|
Aggiunge un nuovo elemento alla collezione e lo restituisce.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 String
- Nome dell'attributo.
- Prompt String
- Prompt dell'attributo.
- TipoDati Type
- Tipo dati dell'attributo.
- isSparePart Boolean
- Indica se è un attributo di ricambio
Valore di ritorno
DedAttrRestituisce l'attributo aggiunto.
Vedi anche