NestedEntityOperationResult Class |
Contains the result of a nested entity operation like Create, Update or Delete.
Inheritance Hierarchy Namespace: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class NestedEntityOperationResult
<SerializableAttribute>
Public Class NestedEntityOperationResult
No code example is currently available or this language may not be supported.
The NestedEntityOperationResult type exposes the following members.
Properties | Name | Description |
---|
 | EntityPath |
Gets or sets the path to the nested entity container (e.g. Customer.Contacts).
|
 | EntitySpecifier |
Gets or sets the entity specifier.
|
Top
See Also