C# Class wmib.STI

Storage Item
Show file Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property Type Description
DelayedWrite bool
file string
line string

Public Methods

Method Description
STI ( string Line, string Name, bool delayed = true ) : System

Creates a new instance of STI

Method Details

STI() public method

Creates a new instance of STI
public STI ( string Line, string Name, bool delayed = true ) : System
Line string
Name string
delayed bool
return System

Property Details

DelayedWrite public property

Delayed write
public bool DelayedWrite
return bool

file public property

File
public string file
return string

line public property

Line
public string line
return string