Click or drag to resize
LookupCorrigoEntity Class
Represents the abstract base class for all referenced entities that support deletion protection.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public abstract class LookupCorrigoEntity : CorrigoEntityWithOptimisticLock

The LookupCorrigoEntity type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Gets or sets the display as Corrigo Enterprise entity value.
Public propertyIsRemoved
Gets or sets the boolean flag indicating if an entity was deleted.
Top
See Also