C# Class BetterWaywo.Post

Datei anzeigen Open project: Rohansi/BetterWAYWO

Public Properties

Property Type Description
Id int
Ratings int>.Dictionary

Private Properties

Property Type Description
GetPostContents string

Public Methods

Method Description
GetMessageValue ( string message ) : float
Post ( int id, int>.Dictionary ratings ) : System
ShouldSerializeMessage ( ) : bool

Private Methods

Method Description
GetPostContents ( int postId ) : string

Method Details

GetMessageValue() public static method

public static GetMessageValue ( string message ) : float
message string
return float

Post() public method

public Post ( int id, int>.Dictionary ratings ) : System
id int
ratings int>.Dictionary
return System

ShouldSerializeMessage() public method

public ShouldSerializeMessage ( ) : bool
return bool

Property Details

Id public_oe property

public int Id
return int

Ratings public_oe property

public Dictionary Ratings
return int>.Dictionary