Click or drag to resize

NestedEntityOperationResult Class

Contains the result of a nested entity operation like Create, Update or Delete.
Inheritance Hierarchy
SystemObject
  CorrigoServiceNestedEntityOperationResult

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class NestedEntityOperationResult

The NestedEntityOperationResult type exposes the following members.

Properties
 NameDescription
Public propertyEntityPath Gets or sets the path to the nested entity container (e.g. Customer.Contacts).
Public propertyEntitySpecifier Gets or sets the entity specifier.
Top
See Also