Click or drag to resize
AddressWithInterfaceTemplate Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the AddressWithInterfaceTemplate class

Namespace: Netadmin.Management.ImportExport.Templates.Extended
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public AddressWithInterfaceTemplate(
	AddressTemplate addressTemplate,
	IDeviceManager deviceManager,
	IObjectManager objectManager
)

Parameters

addressTemplate
Type: AddressTemplate

[Missing <param name="addressTemplate"/> documentation for "M:Netadmin.Management.ImportExport.Templates.Extended.AddressWithInterfaceTemplate.#ctor(Netadmin.Management.ImportExport.Templates.Standard.AddressTemplate,Netadmin.Management.Inventory.IDeviceManager,Netadmin.Objects.IObjectManager)"]

deviceManager
Type: Netadmin.Management.InventoryIDeviceManager

[Missing <param name="deviceManager"/> documentation for "M:Netadmin.Management.ImportExport.Templates.Extended.AddressWithInterfaceTemplate.#ctor(Netadmin.Management.ImportExport.Templates.Standard.AddressTemplate,Netadmin.Management.Inventory.IDeviceManager,Netadmin.Objects.IObjectManager)"]

objectManager
Type: IObjectManager

[Missing <param name="objectManager"/> documentation for "M:Netadmin.Management.ImportExport.Templates.Extended.AddressWithInterfaceTemplate.#ctor(Netadmin.Management.ImportExport.Templates.Standard.AddressTemplate,Netadmin.Management.Inventory.IDeviceManager,Netadmin.Objects.IObjectManager)"]

See Also