BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

WrappersHelpers..::..GetName Method

Returns the name of indexed by index of an object implementing IAddressSpaceDescriptor. If the object is not present index is converted to string.

Namespace:  CAS.CommServer.CommonBus
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


public static string GetName(
	SortedList<short, IAddressSpaceDescriptor> table,
	Nullable<short> index
)
Public Shared Function GetName ( _
	table As SortedList(Of Short, IAddressSpaceDescriptor), _
	index As Nullable(Of Short) _
) As String
public:
static String^ GetName(
	SortedList<short^, IAddressSpaceDescriptor^>^ table, 
	Nullable<short^> index
)

Parameters

table
Type: SortedList<(Of <(<'Int16, IAddressSpaceDescriptor>)>)>
table of indexed IAddressSpaceDescriptor
index
Type: Nullable<(Of <(<'Int16>)>)>
Index of the IAddressSpaceDescriptor to retrieve its name.

Return Value

Name of the IAddressSpaceDescriptor indexed by the index, or "N/A" if table is null.