C# Class Web.Models.LogEntry

ファイルを表示 Open project: daxko/Usablog Class Usage Examples

Public Properties

Property Type Description
Tags Web.Models.TagInfo[]

Public Methods

Method Description
LogEntry ( string sessionId, string userId, int elapsed, string tag, string content ) : System.Collections.Generic

Private Methods

Method Description
LogEntry ( ) : System.Collections.Generic

Method Details

LogEntry() public method

public LogEntry ( string sessionId, string userId, int elapsed, string tag, string content ) : System.Collections.Generic
sessionId string
userId string
elapsed int
tag string
content string
return System.Collections.Generic

Property Details

Tags public_oe static_oe property

public static TagInfo[],Web.Models Tags
return Web.Models.TagInfo[]