C# Class ActivEarth.Objects.Groups.Message

Exibir arquivo Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Message ( string title, string text, User poster, string date, string time ) : System

Creates a Message to be posted on a Group or User's Wall.

Method Details

Message() public method

Creates a Message to be posted on a Group or User's Wall.
public Message ( string title, string text, User poster, string date, string time ) : System
title string The title of the Message
text string The text in the Message
poster ActivEarth.Objects.Profile.User The User who posted the Message
date string
time string
return System