RemovableWithOriginalCorrigoEntity Class |
Represents the abstract class that persists the original information about the removed entity.
Inheritance Hierarchy Namespace: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public abstract class RemovableWithOriginalCorrigoEntity : RemovableCorrigoEntity
<SerializableAttribute>
Public MustInherit Class RemovableWithOriginalCorrigoEntity
Inherits RemovableCorrigoEntity
No code example is currently available or this language may not be supported.
The RemovableWithOriginalCorrigoEntity type exposes the following members.
Properties | Name | Description |
---|
 | DisplayAs |
Gets or sets the display as Corrigo Enterprise entity value.
|
 | DisplayAsOriginal |
Gets or sets the original display as Corrigo Enterprise entity value (valid only for removed entities).
|
Top
See Also