Vorheriges Thema: EntityListItemData

Nächstes Thema: OptionalDoubleEntity

ActionInfo

Description

This class is used to represent the information that is returned from the system when certain methods are invoked (for example, CommitContract, which returns a collection of ActionInfo items).

Members

Name

Type

Description

severityLevel

ActionInfoSeverity

The severity level of the action. An enumeration of:

  • Error
  • Warning
  • Info
  • IneffectiveModulesMessages

Info

string

A descriptive information string.

InfoCode

string

The system’s identifier for the specific message.

Remarks

None.