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

Converts a DocumentReview BO to a DTO

Namespace: GaelQuality.Bacchus.BusinessObjects.XPOTranslators
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
public static DocumentReview ObjectToContract(
	DocumentReview review
)

Parameters

review
Type: DocumentReview

[Missing <param name="review"/> documentation for "M:GaelQuality.Bacchus.BusinessObjects.XPOTranslators.DocumentReviewTranslator.ObjectToContract(GaelQuality.Bacchus.BusinessObjects.XPO.Documents.DocumentReview)"]

Return Value

Type: DocumentReview

[Missing <returns> documentation for "M:GaelQuality.Bacchus.BusinessObjects.XPOTranslators.DocumentReviewTranslator.ObjectToContract(GaelQuality.Bacchus.BusinessObjects.XPO.Documents.DocumentReview)"]

See Also