Constructor ConnectivityConnectionProperty
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
intThe ID of the connection property.
value
stringThe value of the connection property.
type
stringThe type of the connection property.
name
stringThe 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
intThe ID of the connection property.
value
stringThe value of the connection property.
type
stringThe type of the connection property.
name
stringThe name of the connection property.
itf
ConnectivityConnectionThe connection to which this connection property belongs.