adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class
Properties Methods

In This Topic
    Message Class Members
    In This Topic

    The following tables list the members exposed by Message.

    Public Constructors
     NameDescription
    Public Constructor Creates a Message for the specified message code.  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Public Property Additional messages associated with the primary message.  
    Public Property Additional attributes associated with the message.  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property Indicates whether the user has hidden this message.  
    Public Property Indicates whether the user is allowed to hide this message so that it is not show in the future.  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property The message code that identifies the message.  
    Public Property The type of the message.  
    Public Property  
    Public Property  
    Public Property  
    Public Property A description of the object that generated the message.  
    Public Property  
    Public Property  
    Public Property The identity of the object that generated the message.  
    Public Property  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method Gets a string list of all additional properties, in the form key: value  
    Public Method  
    Public Methodstatic (Shared in Visual Basic) Creates a Message for the specified message code.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Creates a message for the specified message text  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Creates a message from an exception.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic) Creates a new Message using the specified message code and message text  
    Public Methodstatic (Shared in Visual Basic) Creates a new Message using the specified message code, resource code, and message text.  
    Public Methodstatic (Shared in Visual Basic) Creates a new Message using the specified message code and replacement strings  
    Public MethodOverloaded.  Returns the property with the specified name, or Null if the property does not exist.  
    Public Methodstatic (Shared in Visual Basic) Gets the SeverityDescription, right-padded to the length of the longest severity literal  
    Public MethodOverloaded.  Sets a property for the message.  
    Public MethodOverloaded.   
    Public MethodOverloaded. Returns a string that represents the current object.  
    Top
    See Also