Click or drag to resize

IEntityState.CreateArrayByPropertyName Method

Internal use only

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
HpsvArray CreateArrayByPropertyName(
	string propertyName,
	Type parentType,
	IReadOnlyDictionary<string, string> propertyMap
)

Parameters

propertyName
Type: System.String
parentType
Type: System.Type
propertyMap
Type: System.Collections.Generic.IReadOnlyDictionary<String, String>

Return Value

Type: HpsvArray
See Also