Restituisce o imposta la lista di occorrenze da salvare.
Da impostare solo nel caso di Salva Parte nel DB.
Nel caso di salva documento si deve lasciare impostata a null.
Namespace: DedNetInv.CommandsAssembly: DedNetInv (in DedNetInv.dll) Versione: 28.0.0
Sintassipublic List<ComponentOccurrence> InvOccs { get; set; }
Public Property InvOccs As List(Of ComponentOccurrence)
Get
Set
public:
property List<ComponentOccurrence^>^ InvOccs {
List<ComponentOccurrence^>^ get ();
void set (List<ComponentOccurrence^>^ value);
}
member InvOccs : List<ComponentOccurrence> with get, set
Valore della proprietà
ListComponentOccurrence
Vedi anche