Costruttore DedFormMappingRoot
|
Costruttore unico.
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedFormMappingRoot(
DedNetApplication app,
List<DedFormMappingRootMappingRootObject> list
)
Public Sub New (
app As DedNetApplication,
list As List(Of DedFormMappingRootMappingRootObject)
)
public:
DedFormMappingRoot(
DedNetApplication^ app,
List<DedFormMappingRootMappingRootObject^>^ list
)
new :
app : DedNetApplication *
list : List<DedFormMappingRootMappingRootObject> -> DedFormMappingRoot
Parametri
- app
- Tipo: DedNetDedNetApplication
Apllicazione DedNet. - list
- Tipo: System.Collections.GenericListDedFormMappingRootMappingRootObject
Lista di oggetti per la mappatura delle root.
Vedi anche