Constructor ConnectivityInterfaceProperty
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
intThe ID of the interface property.
value
stringThe value of the interface property.
type
stringThe type of the interface property.
name
stringThe 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
intThe ID of the interface property.
value
stringThe value of the interface property.
type
stringThe type of the interface property.
name
stringThe name of the interface property.
itf
ConnectivityInterfaceThe interface this property belongs to.