Table of Contents

Constructor ConnectivityConnectionProperty

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

ConnectivityConnectionProperty()

Initializes a new instance of the ConnectivityConnectionProperty class.

public ConnectivityConnectionProperty()

ConnectivityConnectionProperty(int, string, string, string)

Initializes a new instance of the ConnectivityConnectionProperty class.

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

Parameters

id int

The ID of the connection property.

value string

The value of the connection property.

type string

The type of the connection property.

name string

The name of the connection property.

ConnectivityConnectionProperty(int, string, string, string, ConnectivityConnection)

Initializes a new instance of the ConnectivityConnectionProperty class.

public ConnectivityConnectionProperty(int id, string value, string type, string name, ConnectivityConnection itf)

Parameters

id int

The ID of the connection property.

value string

The value of the connection property.

type string

The type of the connection property.

name string

The name of the connection property.

itf ConnectivityConnection

The connection to which this connection property belongs.