C-DEngine 5.105

TheNMIEngine..::..AddLiveTagTable Method (TheThing, String, String, String, Int32)

Creates a new default LiveTag Table and returns a dictionary of string, TheMetaDataBase that can be casted: "Form" TheFormInfo; "DashIcon" TheDashPanelInfo of the icon in the Dashboard. All columns are mapped via "COL:FldOrder" as TheFieldInfo

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static cdeConcurrentDictionary<string, TheMetaDataBase> AddLiveTagTable(
	TheThing pMyBaseThing,
	string pDeviceType,
	string pTitle,
	string pCategory,
	int pACL
)
Public Shared Function AddLiveTagTable ( _
	pMyBaseThing As TheThing, _
	pDeviceType As String, _
	pTitle As String, _
	pCategory As String, _
	pACL As Integer _
) As cdeConcurrentDictionary(Of String, TheMetaDataBase)
public:
static cdeConcurrentDictionary<String^, TheMetaDataBase^>^ AddLiveTagTable(
	TheThing^ pMyBaseThing, 
	String^ pDeviceType, 
	String^ pTitle, 
	String^ pCategory, 
	int^ pACL
)

Parameters

pMyBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
pDeviceType
Type: String
pTitle
Type: String
pCategory
Type: String
pACL
Type: Int32

Return Value