C# Class ActivEarth.Objects.Groups.Message

Afficher le fichier Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat System