C# Class Schumix.Framework.Config.DefaultConfig

Afficher le fichier Open project: Schumix/Schumix2

Protected Properties

Свойство Type Description
errors bool

Méthodes protégées

Méthode Description
IsValidNick ( string nick ) : bool

Using the rules set forth in RFC 2812 determine if the nickname is valid.

Private Methods

Méthode Description
ContainsSpace ( string text ) : bool

Method Details

IsValidNick() protected méthode

Using the rules set forth in RFC 2812 determine if the nickname is valid.
protected IsValidNick ( string nick ) : bool
nick string
Résultat bool

Property Details

errors protected_oe property

protected bool errors
Résultat bool