LookupCorrigoEntity Class |
Represents the abstract base class for all referenced entities that support deletion protection.
Inheritance Hierarchy Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public abstract class LookupCorrigoEntity : CorrigoEntityWithOptimisticLock
<SerializableAttribute>
Public MustInherit Class LookupCorrigoEntity
Inherits CorrigoEntityWithOptimisticLock
No code example is currently available or this language may not be supported.
The LookupCorrigoEntity type exposes the following members.
Properties | Name | Description |
---|
 | DisplayAs |
Gets or sets the display as Corrigo Enterprise entity value.
|
 | IsRemoved |
Gets or sets the boolean flag indicating if an entity was deleted.
|
Top
See Also