C-DEngine 5.105

TheNMIEngine..::..AddNewTemplate Method (Guid, Guid, TheThing, Guid, String, Boolean, Int32)

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

Syntax


public static cdeConcurrentDictionary<string, TheMetaDataBase> AddNewTemplate(
	Guid pTemplateGuid,
	Guid pDashBoardID,
	TheThing pOwnerThing,
	Guid pTableReference,
	string pTitle,
	bool pIsAlwaysEmpty,
	int pTileWidth
)
Public Shared Function AddNewTemplate ( _
	pTemplateGuid As Guid, _
	pDashBoardID As Guid, _
	pOwnerThing As TheThing, _
	pTableReference As Guid, _
	pTitle As String, _
	pIsAlwaysEmpty As Boolean, _
	pTileWidth As Integer _
) As cdeConcurrentDictionary(Of String, TheMetaDataBase)
public:
static cdeConcurrentDictionary<String^, TheMetaDataBase^>^ AddNewTemplate(
	Guid^ pTemplateGuid, 
	Guid^ pDashBoardID, 
	TheThing^ pOwnerThing, 
	Guid^ pTableReference, 
	String^ pTitle, 
	bool^ pIsAlwaysEmpty, 
	int^ pTileWidth
)

Parameters

pTemplateGuid
Type: Guid
pDashBoardID
Type: Guid
pOwnerThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
pTableReference
Type: Guid
pTitle
Type: String
pIsAlwaysEmpty
Type: Boolean
pTileWidth
Type: Int32