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 Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class RetrieveWithCurrencyTypeCommand : CommandRequest
<SerializableAttribute>
Public Class RetrieveWithCurrencyTypeCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The RetrieveWithCurrencyTypeCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | ParentEntitySpecifiers |
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.
|
 | TargetCurrencyTypeId |
Desired currency type.
|
Top
See Also