Costruttore DocStructInfo
|
Inizializza l'oggetto con i dati fondamentali.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi protected DocStructInfo(
DedNetApplication app,
DocStructInfoCollection parent,
DocStructInfoDictionary elements,
DocStructInfoOperationListDictionary operations,
DocStructInfoFileDescriptor fileDescr,
DocDepEnum depType
)
Protected Sub New (
app As DedNetApplication,
parent As DocStructInfoCollection,
elements As DocStructInfoDictionary,
operations As DocStructInfoOperationListDictionary,
fileDescr As DocStructInfoFileDescriptor,
depType As DocDepEnum
)
protected:
DocStructInfo(
DedNetApplication^ app,
DocStructInfoCollection^ parent,
DocStructInfoDictionary^ elements,
DocStructInfoOperationListDictionary^ operations,
DocStructInfoFileDescriptor^ fileDescr,
DocDepEnum depType
)
new :
app : DedNetApplication *
parent : DocStructInfoCollection *
elements : DocStructInfoDictionary *
operations : DocStructInfoOperationListDictionary *
fileDescr : DocStructInfoFileDescriptor *
depType : DocDepEnum -> DocStructInfo
Parametri
- app
- Tipo: DedNetDedNetApplication
Applicazione di appartenenza. - parent
- Tipo: DedNet.CoreDocStructInfoCollection
Collezione di appartenenza (null per il primo oggetto della lista o dell'albero). - elements
- Tipo: DedNet.CoreDocStructInfoDictionary
Lista contenente tutti gli elementi della struttura. Passare null per il primo elemento dell'albero. - operations
- Tipo: DedNet.CoreDocStructInfoOperationListDictionary
- fileDescr
- Tipo: DedNet.CoreDocStructInfoFileDescriptor
File del quale ricavare le informazioni. - depType
- Tipo: DedNet.CoreDocDepEnum
Tipo di dipendenza dell'elemento rispetto il padre (indifferente per il primo elemento).
Vedi anche