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

Creates a NotifiedOnly DTO from a NotifiedOnly XPO

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

Syntax

C#
public static NotifiedOnly ObjectToContract(
	NotifiedOnly xpoCopyHolder
)

Parameters

xpoCopyHolder
Type: QPulseWebServices.Core.XpoEntity.Documents..::..NotifiedOnly

[Missing <param name="xpoCopyHolder"/> documentation for "M:QPulseWebServices.Core.XpoEntityTranslators.NotifiedOnlyTranslator.ObjectToContract(QPulseWebServices.Core.XpoEntity.Documents.NotifiedOnly)"]

Return Value

Type: NotifiedOnly

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

See Also