Class ConnectivityConnection
Represents a DataMiner Connectivity Framework (DCF) connection.
public class ConnectivityConnection
- Inheritance
-
ConnectivityConnection
- Extension Methods
Constructors
- ConnectivityConnection()
Initializes a new instance of the ConnectivityConnection class. Gets a value indicating whether
- ConnectivityConnection(int, int, int, string, int, int, int, int, string, SLProtocol)
Initializes a new instance of the ConnectivityConnection class.
Properties
- ConnectionFilter
Gets the connection filter.
- ConnectionId
Gets the ID of the connection.
- ConnectionName
Gets the name of the connection.
- ConnectionProperties
Gets the properties of the connection.
- DestinationDMAId
Gets the DataMiner Agent ID of the element that owns the destination interface.
- DestinationEId
Gets the element ID of the element that owns the destination interface.
- DestinationInterfaceId
Gets the ID of the destination interface.
- IsInternal
Gets a value indicating whether this interface is internal.
- SourceDataMinerId
Gets the DataMiner Agent ID of the element that owns the source interface.
- SourceElementId
Gets the element ID of the element that owns the source interface.
- SourceInterfaceId
Gets the ID of the source interface.
Methods
- AddProperty(ConnectivityConnectionProperty)
Adds the specified property to this connection.
- AddProperty(ConnectivityConnectionProperty, bool)
Adds the specified connection property to this connection.
- AddProperty(string, string, string, out ConnectivityConnectionProperty, int)
Adds the specified connection property to this connection.
- AddProperty(string, string, string, out ConnectivityConnectionProperty, int, bool)
Adds the specified connection property to this connection.
- AddProperty(string, string, string, out int)
Adds the specified connection property to this connection.
- AddProperty(string, string, string, out int, bool)
Adds the specified connection property to this connection.
- Delete(bool)
Deletes the specified connection.
- DeleteProperty(ConnectivityConnectionProperty)
Deletes the specified connection property.
- DeleteProperty(ConnectivityConnectionProperty, bool)
Deletes the specified connection property.
- DeleteProperty(int)
Deletes the specified connection property.
- DeleteProperty(int, bool)
Deletes the specified connection property.
- GetDestinationInterface()
Retrieves the destination connectivity interface.
- GetPropertyById(int)
Retrieves the connection property with the specified ID.
- GetPropertyByName(string)
Retrieves the connection property with the specified name.
- GetSourceInterface()
Retrieves the source connectivity interface.
- Update(string, int, string, int, int, int, bool)
Updates this connection.
- Update(string, int, string, int, int, int, string, bool)
Updates this connection.
- Update(string, int, string, int, int, int, string, bool, out ConnectivityConnection, int)
Updates this connection.
- Update(string, int, string, int, int, int, string, bool, out int)
Updates this connection.
- UpdateDestination(ConnectivityInterface, bool)
Updates the destination interface of this connection.
- UpdateDestination(ConnectivityInterface, bool, out ConnectivityConnection, int)
Updates the destination interface of this connection.
- UpdateDestination(ConnectivityInterface, bool, out int)
Updates the destination interface of this connection.
- UpdateFilter(string, bool)
Updates the connection filter.
- UpdateInterfaces(int, int, bool)
Updates the interfaces of this connection.
- UpdateName(string, string, bool)
Updates the name of this connection.
- UpdateProperty(ConnectivityConnectionProperty)
Updates the specified connection property.
- UpdateProperty(ConnectivityConnectionProperty, bool)
Updates the specified connection property.
- UpdateProperty(int, string, string, string, int)
Updates the property with the specified ID.
- UpdateProperty(int, string, string, string, int, bool)
Updates the property with the specified ID.