C# Class core.TableStoreEntities.LogMessage

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
ファイルを表示 Open project: Pure-Battlefield/gswat Class Usage Examples

Public Methods

Method Description
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

Method Details

LogMessage() public method

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

LogMessage() public method

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
return System

ToString() public method

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