C# Class wmib.Extensions.Infobot.InfobotKey

Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство Type Description
CreationTime System.DateTime
Displayed int
IsAct bool
IsLocked string
Key string
LastTime System.DateTime
Raw bool
Text string
User string

Méthodes publiques

Méthode Description
InfobotKey ( string key, string text, string _User, string Lock = "false", string date = "", string time = "", int Number, bool RAW = false, bool act = false ) : System

Constructor

Method Details

InfobotKey() public méthode

Constructor
public InfobotKey ( string key, string text, string _User, string Lock = "false", string date = "", string time = "", int Number, bool RAW = false, bool act = false ) : System
key string Key
text string Text of the key
_User string User who created the key
Lock string If key is locked or not
date string
time string
Number int
RAW bool
act bool
Résultat System

Property Details

CreationTime public_oe property

Creation time of key
public DateTime,System CreationTime
Résultat System.DateTime

Displayed public_oe property

How many times it was displayed
public int Displayed
Résultat int

IsAct public_oe property

public bool IsAct
Résultat bool

IsLocked public_oe property

If this key is locked or not
public string IsLocked
Résultat string

Key public_oe property

public string Key
Résultat string

LastTime public_oe property

Last time when a key was displayed
public DateTime,System LastTime
Résultat System.DateTime

Raw public_oe property

If key is raw or not
public bool Raw
Résultat bool

Text public_oe property

public string Text
Résultat string

User public_oe property

User who created this key
public string User
Résultat string