Click or drag to resize
RemovableWithOriginalCorrigoEntity Class
Represents the abstract class that persists the original information about the removed entity.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoServiceRemovableWithOriginalCorrigoEntity

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

The RemovableWithOriginalCorrigoEntity type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Gets or sets the display as Corrigo Enterprise entity value.
Public propertyDisplayAsOriginal
Gets or sets the original display as Corrigo Enterprise entity value (valid only for removed entities).
Top
See Also