C# 클래스 core.TableStoreEntities.ChatMessage

상속: Microsoft.WindowsAzure.Storage.Table.TableEntity
파일 보기 프로젝트 열기: Pure-Battlefield/gswat 1 사용 예제들

공개 메소드들

메소드 설명
ChatMessage ( ) : System

Construct an empty ChatMessage object MessageTimeStamp will be initiated to a default DateTime() Speaker and text will be empty strings

ChatMessage ( System.DateTime time, String speaker, String text, String messageType ) : System

Construct a ChatMessage object with predefined fields Any null parameters will be initialized to empty strings or a default DateTime() object

ToString ( ) : String

Fetch a preformatted output version of this ChatMessage

메소드 상세

ChatMessage() 공개 메소드

Construct an empty ChatMessage object MessageTimeStamp will be initiated to a default DateTime() Speaker and text will be empty strings
public ChatMessage ( ) : System
리턴 System

ChatMessage() 공개 메소드

Construct a ChatMessage object with predefined fields Any null parameters will be initialized to empty strings or a default DateTime() object
public ChatMessage ( System.DateTime time, String speaker, String text, String messageType ) : System
time System.DateTime MessageTimeStamp of the ChatMessage
speaker String Speaker of the ChatMessage
text String Full text of the ChatMessage
messageType String MessageType of the ChatMessage
리턴 System

ToString() 공개 메소드

Fetch a preformatted output version of this ChatMessage
public ToString ( ) : String
리턴 String