C# 클래스 SwearFilter.SwearChecker

파일 보기 프로젝트 열기: txdv/sharpmod 1 사용 예제들

공개 메소드들

메소드 설명
Check ( string text ) : bool
SwearChecker ( SwearComposite list ) : System

보호된 메소드들

메소드 설명
Add ( ISwear swear ) : void
CheckLongSwearWords ( string text ) : bool
CheckShortSwearWords ( string text ) : bool
IgnoreChars ( string text ) : string

메소드 상세

Add() 보호된 메소드

protected Add ( ISwear swear ) : void
swear ISwear
리턴 void

Check() 공개 메소드

public Check ( string text ) : bool
text string
리턴 bool

CheckLongSwearWords() 보호된 메소드

protected CheckLongSwearWords ( string text ) : bool
text string
리턴 bool

CheckShortSwearWords() 보호된 메소드

protected CheckShortSwearWords ( string text ) : bool
text string
리턴 bool

IgnoreChars() 보호된 메소드

protected IgnoreChars ( string text ) : string
text string
리턴 string

SwearChecker() 공개 메소드

public SwearChecker ( SwearComposite list ) : System
list SwearComposite
리턴 System