C# Class wmib.Extensions.Infobot.InfobotKey

Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
CreationTime System.DateTime
Displayed int
IsAct bool
IsLocked string
Key string
LastTime System.DateTime
Raw bool
Text string
User string

Public Methods

Method 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 method

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
return System

Property Details

CreationTime public_oe property

Creation time of key
public DateTime,System CreationTime
return System.DateTime

Displayed public_oe property

How many times it was displayed
public int Displayed
return int

IsAct public_oe property

public bool IsAct
return bool

IsLocked public_oe property

If this key is locked or not
public string IsLocked
return string

Key public_oe property

public string Key
return string

LastTime public_oe property

Last time when a key was displayed
public DateTime,System LastTime
return System.DateTime

Raw public_oe property

If key is raw or not
public bool Raw
return bool

Text public_oe property

public string Text
return string

User public_oe property

User who created this key
public string User
return string