Table of Contents

Constructor ConnectivityInterfaceProperty

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

ConnectivityInterfaceProperty()

Initializes a new instance of the ConnectivityInterfaceProperty class.

public ConnectivityInterfaceProperty()

ConnectivityInterfaceProperty(int, string, string, string)

Initializes a new instance of the ConnectivityInterfaceProperty class.

public ConnectivityInterfaceProperty(int id, string value, string type, string name)

Parameters

id int

The ID of the interface property.

value string

The value of the interface property.

type string

The type of the interface property.

name string

The name of the interface property.

ConnectivityInterfaceProperty(int, string, string, string, ConnectivityInterface)

Initializes a new instance of the ConnectivityInterfaceProperty class.

public ConnectivityInterfaceProperty(int id, string value, string type, string name, ConnectivityInterface itf)

Parameters

id int

The ID of the interface property.

value string

The value of the interface property.

type string

The type of the interface property.

name string

The name of the interface property.

itf ConnectivityInterface

The interface this property belongs to.