C# 클래스 FSO.Client.UI.Panels.UIMessage

상속: FSO.Client.UI.Framework.UIContainer
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Author MessageAuthor
MessageType UIMessageType
Messages List

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

AddMessage() 공개 메소드

public AddMessage ( string name, string message ) : void
name string
message string
리턴 void

RenderMessages() 공개 메소드

public RenderMessages ( ) : void
리턴 void

SetEmail() 공개 메소드

public SetEmail ( string subject, string message ) : void
subject string
message string
리턴 void

SetMessageAuthor() 공개 메소드

public SetMessageAuthor ( MessageAuthor author ) : void
author MessageAuthor
리턴 void

SetType() 공개 메소드

public SetType ( UIMessageType type ) : void
type UIMessageType
리턴 void

UIMessage() 공개 메소드

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.
리턴 System

프로퍼티 상세

Author 공개적으로 프로퍼티

public MessageAuthor,FSO.Client.UI.Panels Author
리턴 MessageAuthor

MessageType 공개적으로 프로퍼티

public UIMessageType MessageType
리턴 UIMessageType

Messages 공개적으로 프로퍼티

public List Messages
리턴 List