C# Class Squishy.Irc.BanEntry

Afficher le fichier Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Méthodes publiques

Свойство Type Description
Banmask string
BannerName string
Bantime System.DateTime

Méthodes publiques

Méthode Description
BanEntry ( string banmask, string bannerName, System.DateTime bantime ) : System

Method Details

BanEntry() public méthode

public BanEntry ( string banmask, string bannerName, System.DateTime bantime ) : System
banmask string
bannerName string
bantime System.DateTime
Résultat System

Property Details

Banmask public_oe property

The banmask itself.
public string Banmask
Résultat string

BannerName public_oe property

The nick of the User who added this banmask.
public string BannerName
Résultat string

Bantime public_oe property

The DateTime instance which represents the time when the ban has been set.
public DateTime,System Bantime
Résultat System.DateTime