Click or drag to resize
Correction Class
Class which is used to represent a correction on a message, which for example can be a fix for an error which was detected.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.MessageReportingCorrection

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class Correction

The Correction type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Gets / sets the type of action this correction is able to perform
Public propertyActionTypeAsString
Gets the action type as string.
Public propertyCollectionTypeAsString
Gets the collection type as string.
Public propertyDescription
Gets the description of the correction
Public propertySortOrder
Gets the sort order of the correction
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerform
Performs this instance on its parent.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also