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

Converts a DocumentReview BO to a DTO

Namespace: QPulseWebServices.Core.XpoEntityTranslators
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.6101.8

Syntax

C#
public static DocumentReview ObjectToContract(
	DocumentReview xpoReview
)

Parameters

xpoReview
Type: QPulseWebServices.Core.XpoEntity.Documents..::..DocumentReview

[Missing <param name="xpoReview"/> documentation for "M:QPulseWebServices.Core.XpoEntityTranslators.DocumentReviewTranslator.ObjectToContract(QPulseWebServices.Core.XpoEntity.Documents.DocumentReview)"]

Return Value

Type: DocumentReview

[Missing <returns> documentation for "M:QPulseWebServices.Core.XpoEntityTranslators.DocumentReviewTranslator.ObjectToContract(QPulseWebServices.Core.XpoEntity.Documents.DocumentReview)"]

See Also