C-DEngine 5.105

TheThing..::..GetAllProperties Method (Int32)

returns a list of all properties of TheThing and their sub-properties, up to the specified nesting level

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

Syntax


public List<cdeP> GetAllProperties(
	int maxSubPropertyLevel
)
Public Function GetAllProperties ( _
	maxSubPropertyLevel As Integer _
) As List(Of cdeP)
public:
List<cdeP^>^ GetAllProperties(
	int^ maxSubPropertyLevel
)

Parameters

maxSubPropertyLevel
Type: Int32
Indicates the maximum nesting level of sub-properties. 0 = only top-level properties, 1 = only top-level properties and their immediate sub-properties etc.

Return Value