Click or drag to resize
Message Class

[This is preliminary documentation and is subject to change.]

Message to be displayed in template / dynamically generated form
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.TemplateMessage

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public class Message

The Message type exposes the following members.

Constructors
  NameDescription
Public methodMessage(MessageSource, Exception)
Construct a Message with source and exception
Public methodMessage(MessageType, MessageSource, String)
Construct a Message with type, source and text
Top
Methods
  NameDescription
Public methodDebugPrint
Debug print
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 a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHTMLWriteRow
Write as HTML table row
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyException
Get exception
Public propertySource
Get source
Public propertyText
Get message text
Public propertyType
Get type
Top
See Also