C# Class FSO.Client.UI.Panels.UIMessage

Inheritance: FSO.Client.UI.Framework.UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Author MessageAuthor
MessageType UIMessageType
Messages List

Méthodes publiques

Méthode Description
AddMessage ( string name, string message ) : void
RenderMessages ( ) : void
SetEmail ( string subject, string message ) : void
SetMessageAuthor ( MessageAuthor author ) : void
SetType ( UIMessageType type ) : void
UIMessage ( UIMessageType type, MessageAuthor author ) : System

Creates a new UIMessage instance.

Private Methods

Méthode Description
CloseButton_OnButtonClick ( UIElement button ) : void

User closed the UIMessage window.

MessageTextEdit_OnChange ( UIElement TextEdit ) : void
RespondLetterButton_OnButtonClick ( UIElement button ) : void
SendLetter ( UIElement button ) : void
SendMessage ( UIElement button ) : void
SendMessageEnter ( UIElement element ) : void

Method Details

AddMessage() public méthode

public AddMessage ( string name, string message ) : void
name string
message string
Résultat void

RenderMessages() public méthode

public RenderMessages ( ) : void
Résultat void

SetEmail() public méthode

public SetEmail ( string subject, string message ) : void
subject string
message string
Résultat void

SetMessageAuthor() public méthode

public SetMessageAuthor ( MessageAuthor author ) : void
author MessageAuthor
Résultat void

SetType() public méthode

public SetType ( UIMessageType type ) : void
type UIMessageType
Résultat void

UIMessage() public méthode

Creates a new UIMessage instance.
public UIMessage ( UIMessageType type, MessageAuthor author ) : System
type UIMessageType The type of message (IM, compose or read).
author MessageAuthor Author if type is read or IM, recipient if type is compose.
Résultat System

Property Details

Author public_oe property

public MessageAuthor,FSO.Client.UI.Panels Author
Résultat MessageAuthor

MessageType public_oe property

public UIMessageType MessageType
Résultat UIMessageType

Messages public_oe property

public List Messages
Résultat List