C# 클래스 Squishy.Irc.BanEntry

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Banmask string
BannerName string
Bantime System.DateTime

공개 메소드들

메소드 설명
BanEntry ( string banmask, string bannerName, System.DateTime bantime ) : System

메소드 상세

BanEntry() 공개 메소드

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

프로퍼티 상세

Banmask 공개적으로 프로퍼티

The banmask itself.
public string Banmask
리턴 string

BannerName 공개적으로 프로퍼티

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

Bantime 공개적으로 프로퍼티

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