C-DEngine 5.105

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

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

Syntax


public static cdeConcurrentDictionary<string, TheMetaDataBase> AddNewTemplate(
	TheThing pBaseThing,
	Guid pTableReference,
	string pTitle,
	bool pIsAlwaysEmpty,
	ThePropertyBag pPropertyBag
)
Public Shared Function AddNewTemplate ( _
	pBaseThing As TheThing, _
	pTableReference As Guid, _
	pTitle As String, _
	pIsAlwaysEmpty As Boolean, _
	pPropertyBag As ThePropertyBag _
) As cdeConcurrentDictionary(Of String, TheMetaDataBase)
public:
static cdeConcurrentDictionary<String^, TheMetaDataBase^>^ AddNewTemplate(
	TheThing^ pBaseThing, 
	Guid^ pTableReference, 
	String^ pTitle, 
	bool^ pIsAlwaysEmpty, 
	ThePropertyBag^ pPropertyBag
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
pTableReference
Type: Guid
pTitle
Type: String
pIsAlwaysEmpty
Type: Boolean
pPropertyBag
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag