C# 클래스 wmib.SystemUser

파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsGlobal bool
Name string
Password string
Role string
UserName string

공개 메소드들

메소드 설명
SystemUser ( string role, string name, bool isglobal = false ) : System

Initializes a new instance of the wmib.SystemUser class.

메소드 상세

SystemUser() 공개 메소드

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. ///
리턴 System

프로퍼티 상세

IsGlobal 공개적으로 프로퍼티

If user is global or not
public bool IsGlobal
리턴 bool

Name 공개적으로 프로퍼티

Regex
public string Name
리턴 string

Password 공개적으로 프로퍼티

Password of user
public string Password
리턴 string

Role 공개적으로 프로퍼티

Level
public string Role
리턴 string

UserName 공개적으로 프로퍼티

Username of user, this is used for interactive logins
public string UserName
리턴 string