TheNMIEngine..::..AddStandardForm Method (TheThing, String, Int32, String, String, Int32, String)
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, int pMaxFormSize, string pUniqueStringID, string pDashIconUpdateName, int pACL, string pCate )
Public Shared Function AddStandardForm ( _ pMyBaseThing As TheThing, _ pDashTileCaption As String, _ pMaxFormSize As Integer, _ pUniqueStringID As String, _ pDashIconUpdateName As String, _ pACL As Integer, _ pCate As String _ ) As cdeConcurrentDictionary(Of String, TheMetaDataBase)
public: static cdeConcurrentDictionary<String^, TheMetaDataBase^>^ AddStandardForm( TheThing^ pMyBaseThing, String^ pDashTileCaption, int^ pMaxFormSize, String^ pUniqueStringID, String^ pDashIconUpdateName, int^ pACL, String^ pCate )
Parameters
- pMyBaseThing
- Type: nsCDEngine.Engines.ThingService..::..TheThing
Owning Thing
- pDashTileCaption
- Type: String
Title of the Dashboard
- pMaxFormSize
- Type: Int32
- pUniqueStringID
- Type: String
- pDashIconUpdateName
- Type: String
- pACL
- Type: Int32
- pCate
- Type: String