TheNMIEngine..::..AddNewTemplate Method (TheThing, Guid, String, String, Boolean, ThePropertyBag)
                
    Namespace: 
   nsCDEngine.Engines.NMIService
Assembly: C-DEngine (in C-DEngine.dll)
            Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public static cdeConcurrentDictionary<string, TheMetaDataBase> AddNewTemplate( TheThing pBaseThing, Guid pTableReference, string pDataSource, string pTitle, bool pIsAlwaysEmpty, ThePropertyBag pPropertyBag )
Public Shared Function AddNewTemplate ( _ pBaseThing As TheThing, _ pTableReference As Guid, _ pDataSource As String, _ 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^ pDataSource, String^ pTitle, bool^ pIsAlwaysEmpty, ThePropertyBag^ pPropertyBag )
Parameters
- pBaseThing
 - Type: nsCDEngine.Engines.ThingService..::..TheThing
 
- pTableReference
 - Type: Guid
 
- pDataSource
 - Type: String
 
- pTitle
 - Type: String
 
- pIsAlwaysEmpty
 - Type: Boolean
 
- pPropertyBag
 - Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag