C# Class wmib.SystemUser

Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Свойство Type Description
IsGlobal bool
Name string
Password string
Role string
UserName string

Méthodes publiques

Méthode Description
SystemUser ( string role, string name, bool isglobal = false ) : System

Initializes a new instance of the wmib.SystemUser class.

Method Details

SystemUser() public méthode

Initializes a new instance of the wmib.SystemUser class.
public SystemUser ( string role, string name, bool isglobal = false ) : System
role string /// Role. ///
name string /// Name. ///
isglobal bool /// Isglobal. ///
Résultat System

Property Details

IsGlobal public_oe property

If user is global or not
public bool IsGlobal
Résultat bool

Name public_oe property

Regex
public string Name
Résultat string

Password public_oe property

Password of user
public string Password
Résultat string

Role public_oe property

Level
public string Role
Résultat string

UserName public_oe property

Username of user, this is used for interactive logins
public string UserName
Résultat string