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

Creates a DocumentAction DTO from a DocumentAction XPO

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

Syntax

C#
public static DocumentAction ObjectToContract(
	DocumentAction action
)

Parameters

action
Type: DocumentAction

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

Return Value

Type: DocumentAction

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

See Also