Click or drag to resize
RetrieveWithCurrencyTypeCommand Class
This command retrieves currency values for one or more multi-currency entity (Contact, Role, Task, Specialty etc.) by specified currency type. If value by specified currency type is missing, currency conversion will be executed.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsRetrieveWithCurrencyTypeCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class RetrieveWithCurrencyTypeCommand : CommandRequest

The RetrieveWithCurrencyTypeCommand type exposes the following members.

Properties
  NameDescription
Public propertyParentEntitySpecifiers
List of entities for which data retrieval with conversion will be executed. This list may contain a mix of different parent entities (for instance, EntityType.Specialty and EntityType.Task). Each parent entity is defined by type and ID.
Public propertyTargetCurrencyTypeId
Desired currency type.
Top
See Also