C# Class Auxilium_Server.Classes.PrivateMessage

Show file Open project: banksyhf/Auxilium Class Usage Examples

Public Properties

Property Type Description
Id ushort
Message List
Sender string
Subject string
Time System.DateTime

Public Methods

Method Description
PrivateMessage ( ushort id, string subject, string sender, System.DateTime time, string message ) : System

Method Details

PrivateMessage() public method

public PrivateMessage ( ushort id, string subject, string sender, System.DateTime time, string message ) : System
id ushort
subject string
sender string
time System.DateTime
message string
return System

Property Details

Id public property

public ushort Id
return ushort

Message public property

public List Message
return List

Sender public property

public string Sender
return string

Subject public property

public string Subject
return string

Time public property

public DateTime,System Time
return System.DateTime