C# 클래스 wmib.Extensions.Infobot.InfobotKey

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
CreationTime System.DateTime
Displayed int
IsAct bool
IsLocked string
Key string
LastTime System.DateTime
Raw bool
Text string
User string

공개 메소드들

메소드 설명
InfobotKey ( string key, string text, string _User, string Lock = "false", string date = "", string time = "", int Number, bool RAW = false, bool act = false ) : System

Constructor

메소드 상세

InfobotKey() 공개 메소드

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

프로퍼티 상세

CreationTime 공개적으로 프로퍼티

Creation time of key
public DateTime,System CreationTime
리턴 System.DateTime

Displayed 공개적으로 프로퍼티

How many times it was displayed
public int Displayed
리턴 int

IsAct 공개적으로 프로퍼티

public bool IsAct
리턴 bool

IsLocked 공개적으로 프로퍼티

If this key is locked or not
public string IsLocked
리턴 string

Key 공개적으로 프로퍼티

public string Key
리턴 string

LastTime 공개적으로 프로퍼티

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

Raw 공개적으로 프로퍼티

If key is raw or not
public bool Raw
리턴 bool

Text 공개적으로 프로퍼티

public string Text
리턴 string

User 공개적으로 프로퍼티

User who created this key
public string User
리턴 string