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
idintThe ID of the interface property.
valuestringThe value of the interface property.
typestringThe type of the interface property.
namestringThe 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
idintThe ID of the interface property.
valuestringThe value of the interface property.
typestringThe type of the interface property.
namestringThe name of the interface property.
itfConnectivityInterfaceThe interface this property belongs to.