C# Класс ActivEarth.Objects.Groups.Message

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Message() публичный Метод

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
Результат System