TheNMIEngine..::..AddStandardForm Method (TheThing, String, String, Int32, ThePropertyBag)
Creates the default NMI Style Form for a Thing. Returns a Dictionary of TheMetaDataBase items that can be casted to:
"Form" (TheFormInfo), "DashIcon" (TheDashPanelInfo), "Header" (TheFieldInfo)
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static cdeConcurrentDictionary<string, TheMetaDataBase> AddStandardForm( TheThing pMyBaseThing, string pDashTileCaption, string pUniqueStringID, int pACL, ThePropertyBag pProperties )
Public Shared Function AddStandardForm ( _ pMyBaseThing As TheThing, _ pDashTileCaption As String, _ pUniqueStringID As String, _ pACL As Integer, _ pProperties As ThePropertyBag _ ) As cdeConcurrentDictionary(Of String, TheMetaDataBase)
public: static cdeConcurrentDictionary<String^, TheMetaDataBase^>^ AddStandardForm( TheThing^ pMyBaseThing, String^ pDashTileCaption, String^ pUniqueStringID, int^ pACL, ThePropertyBag^ pProperties )
Parameters
- pMyBaseThing
- Type: nsCDEngine.Engines.ThingService..::..TheThing
Owning Thing
- pDashTileCaption
- Type: String
Title of the Dashboard
- pUniqueStringID
- Type: String
A unique ID that will be stored in TheThing to retreive the form
- pACL
- Type: Int32
Access Level for the form
- pProperties
- Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Property Bag with additional properties for the AddStandardForm