프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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
|
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 |