C-DEngine 5.105

TheNMIEngine..::..AddDynamicPropertySection Method

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

Syntax


public static cdeConcurrentDictionary<string, TheFieldInfo> AddDynamicPropertySection(
	TheThing MyBaseThing,
	TheFormInfo MyStatusForm,
	string pPropPrefix,
	int StartFldOrder,
	int pParentFld,
	int pACL,
	bool IsLocked,
	ThePropertyBag pProperties
)
Public Shared Function AddDynamicPropertySection ( _
	MyBaseThing As TheThing, _
	MyStatusForm As TheFormInfo, _
	pPropPrefix As String, _
	StartFldOrder As Integer, _
	pParentFld As Integer, _
	pACL As Integer, _
	IsLocked As Boolean, _
	pProperties As ThePropertyBag _
) As cdeConcurrentDictionary(Of String, TheFieldInfo)
public:
static cdeConcurrentDictionary<String^, TheFieldInfo^>^ AddDynamicPropertySection(
	TheThing^ MyBaseThing, 
	TheFormInfo^ MyStatusForm, 
	String^ pPropPrefix, 
	int^ StartFldOrder, 
	int^ pParentFld, 
	int^ pACL, 
	bool^ IsLocked, 
	ThePropertyBag^ pProperties
)

Parameters

MyBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
MyStatusForm
Type: nsCDEngine.Engines.NMIService..::..TheFormInfo
pPropPrefix
Type: String
StartFldOrder
Type: Int32
pParentFld
Type: Int32
pACL
Type: Int32
IsLocked
Type: Boolean
pProperties
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag