Click or drag to resize

IEntityStateCreateObjectByPropertyName 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#
HpsvObject CreateObjectByPropertyName(
	string propertyName,
	Type parentType,
	IReadOnlyDictionary<string, string> propertyMap
)

Parameters

propertyName
Type: SystemString
parentType
Type: SystemType
propertyMap
Type: System.Collections.GenericIReadOnlyDictionaryString, String

Return Value

Type: HpsvObject
See Also