Click or drag to resize
ApplicationUtilsConvertDiscriminatorValueToXmlElements Method
Converts the discriminator value to XML elements.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string ConvertDiscriminatorValueToXmlElements(
	Object discriminatorValue,
	out string discriminatorValueTypeAsString
)

Parameters

discriminatorValue
Type: SystemObject
The discriminator value.
discriminatorValueTypeAsString
Type: SystemString
The discriminator value type as the string representation of the DiscriminatorValueType value which is the enum value converted as int.

Return Value

Type: String
the discriminatorvalue as string (xml convert)
See Also