Click or drag to resize

RetrieveWithCurrencyTypeCommand.ParentEntitySpecifiers Property

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.

Namespace:  CorrigoService.Commands
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public EntitySpecifier[] ParentEntitySpecifiers { get; set; }

Property Value

Type:EntitySpecifier[]
See Also