Click or drag to resize
XmlTableReader Constructor (Byte, Glossary)
Constructs the read by byte array of contents

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public XmlTableReader(
	byte[] xmlContent,
	Glossary businessGlossary = null
)

Parameters

xmlContent
Type: SystemByte
businessGlossary (Optional)
Type: FlexRule.GlossariesGlossary
See Also