|
DetachedDeviceLink Methods
|
The DetachedDeviceLink type exposes the following members.
Methods
| |
Name |
Description |
|
BuildChildConnectionString
|
Builds a connection string for a detached child device that links the child to its parent
concentrator device.
|
|
ClearChildLink
|
Removes any detached child linkage keys, i.e., ParentIDKey and
StationNameKey, from the specified connection string.
|
|
GetDatabaseID
|
Gets the device database ID, i.e., the DatabaseIDKey value, defined in the
specified connection string, if any.
|
|
GetEffectiveParentID
|
Gets the effective parent device database ID for a device, i.e., the defined database
parentID field value, when not null, falling back on any numeric
ParentIDKey value defined in the device connectionString.
|
|
GetParentIdentifier
|
Gets the raw parent identifier, i.e., the ParentIDKey value, defined in the
specified connection string, if any.
|
|
GetStationName
|
Gets the station name, i.e., the StationNameKey value, defined in the specified
connection string, if any.
|
|
HasDetachedChildren
|
Gets flag that determines if the specified connection string identifies a parent concentrator
device with detached, i.e., standalone modeled, child devices.
|
|
IsDetachedChild
|
Gets flag that determines if the specified connection string identifies a detached child
device, i.e., connection string defines a ParentIDKey value.
|
|
SetDetachedChildren
|
Adds or removes the detached children flag, i.e., DetachedChildrenKey along with
its companion DatabaseIDKey stamp, on the specified parent concentrator device
connection string.
|
|
TryParseParentID
|
Attempts to parse the numeric parent device database ID defined in the specified connection string.
|
Top
See Also