[This is preliminary documentation and is subject to change.]

Initializes a new instance of the XpoCollectionHelper<(Of <(<'T>)>)> class

Namespace: QPulseWebServices.Core.XpoUtils
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
protected XpoCollectionHelper(
	XpoClientSession session,
	IXpoAuthorisationManager authorisationManager
)

Parameters

session
Type: XpoClientSession

[Missing <param name="session"/> documentation for "M:QPulseWebServices.Core.XpoUtils.XpoCollectionHelper`1.#ctor(GaelQuality.Bacchus.Xpo.Common.XpoClientSession,GaelQuality.Bacchus.Xpo.Common.Security.IXpoAuthorisationManager)"]

authorisationManager
Type: IXpoAuthorisationManager

[Missing <param name="authorisationManager"/> documentation for "M:QPulseWebServices.Core.XpoUtils.XpoCollectionHelper`1.#ctor(GaelQuality.Bacchus.Xpo.Common.XpoClientSession,GaelQuality.Bacchus.Xpo.Common.Security.IXpoAuthorisationManager)"]

See Also