C# Class Extractor_Serializer.Program

The program.
Show file Open project: CellAO/CellAO-NightPredator

Public Properties

Property Type Description
Relations List>
reg System.Text.RegularExpressions.Regex
webClient System.Net.WebClient

Public Methods

Method Description
CopyStream ( Stream input, Stream output ) : void

The copy stream.

GetData ( string path, Extractor recordtype ) : void

The GetData.

GetVersion ( string path ) : string

ReadItemRelations ( ) : void

Private Methods

Method Description
CompactingItemNamesSql ( List ItemNamesSql ) : void

CopyDatafiles ( ) : bool

ExtractIcons ( ) : void
ExtractItemTemplates ( List itemNamesSqls ) : List

ExtractPlayfieldData ( ) : List

ExtractPlayfieldStatels ( List playfields ) : void

GetAOPath ( ) : string

GetItemRelations ( CellAO.Core.Items.ItemTemplate template ) : void

Main ( string args ) : void

The main.

MakeTransparent ( string p ) : void
PrepareItemNamesSQL ( ) : void

ReadNanoFormulas ( ) : List

SetItemRelations ( List rawItemList ) : void

Method Details

CopyStream() public static method

The copy stream.
public static CopyStream ( Stream input, Stream output ) : void
input Stream /// The input. ///
output Stream /// The output. ///
return void

GetData() public static method

The GetData.
public static GetData ( string path, Extractor recordtype ) : void
path string /// The path. ///
recordtype Extractor /// The recordtype. ///
return void

GetVersion() public static method

public static GetVersion ( string path ) : string
path string ///
return string

ReadItemRelations() public static method

public static ReadItemRelations ( ) : void
return void

Property Details

Relations public static property

public static List> Relations
return List>

reg public static property

public static Regex,System.Text.RegularExpressions reg
return System.Text.RegularExpressions.Regex

webClient public static property

public static WebClient,System.Net webClient
return System.Net.WebClient