C# Class Squishy.Irc.BanEntry

Show file Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Public Properties

Property Type Description
Banmask string
BannerName string
Bantime System.DateTime

Public Methods

Method Description
BanEntry ( string banmask, string bannerName, System.DateTime bantime ) : System

Method Details

BanEntry() public method

public BanEntry ( string banmask, string bannerName, System.DateTime bantime ) : System
banmask string
bannerName string
bantime System.DateTime
return System

Property Details

Banmask public property

The banmask itself.
public string Banmask
return string

BannerName public property

The nick of the User who added this banmask.
public string BannerName
return string

Bantime public property

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