Costruttore DocStructInfo
|
Inizializza l'oggetto con i dati fondamentali.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 DedNetApplication
- Applicazione di appartenenza.
- parent DocStructInfoCollection
- Collezione di appartenenza (null per il primo oggetto della lista o dell'albero).
- elements DocStructInfoDictionary
- Lista contenente tutti gli elementi della struttura. Passare null per il primo elemento dell'albero.
- operations DocStructInfoOperationListDictionary
- fileDescr DocStructInfoFileDescriptor
- File del quale ricavare le informazioni.
- depType DocDepEnum
- Tipo di dipendenza dell'elemento rispetto il padre (indifferente per il primo elemento).
Vedi anche