[Missing <summary> documentation for "M:Caisis.BOL.XmlServices.ReadXml(System.String,System.String@,System.String@,System.String@)"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static List<IBusinessObject> ReadXml(
	string xml,
	out string notes,
	out string notesTable,
	out string notesField
)
Visual Basic
Public Shared Function ReadXml ( 
	xml As String,
	<OutAttribute> ByRef notes As String,
	<OutAttribute> ByRef notesTable As String,
	<OutAttribute> ByRef notesField As String
) As List(Of IBusinessObject)
Visual C++
public:
static List<IBusinessObject^>^ ReadXml(
	String^ xml, 
	[OutAttribute] String^% notes, 
	[OutAttribute] String^% notesTable, 
	[OutAttribute] String^% notesField
)

Parameters

xml
Type: System..::..String

[Missing <param name="xml"/> documentation for "M:Caisis.BOL.XmlServices.ReadXml(System.String,System.String@,System.String@,System.String@)"]

notes
Type: System..::..String%

[Missing <param name="notes"/> documentation for "M:Caisis.BOL.XmlServices.ReadXml(System.String,System.String@,System.String@,System.String@)"]

notesTable
Type: System..::..String%

[Missing <param name="notesTable"/> documentation for "M:Caisis.BOL.XmlServices.ReadXml(System.String,System.String@,System.String@,System.String@)"]

notesField
Type: System..::..String%

[Missing <param name="notesField"/> documentation for "M:Caisis.BOL.XmlServices.ReadXml(System.String,System.String@,System.String@,System.String@)"]

Return Value

Type: List<(Of <(<'IBusinessObject>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.XmlServices.ReadXml(System.String,System.String@,System.String@,System.String@)"]

See Also