C# 클래스 core.TableStoreEntities.LogMessage

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

공개 메소드들

메소드 설명
LogMessage ( ) : System

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

LogMessage ( System.DateTime time, String funcName, String text ) : 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

메소드 상세

LogMessage() 공개 메소드

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

LogMessage() 공개 메소드

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

ToString() 공개 메소드

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