C# Class Squishy.Irc.BanEntry

ファイルを表示 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_oe property

The banmask itself.
public string Banmask
return string

BannerName public_oe property

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

Bantime public_oe property

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