C# Class WowheadRipper.WowheadSerializer

Exibir arquivo Open project: Sovak/WowheadRipper Class Usage Examples

Public Properties

Property Type Description
Objects Object[]
TotalCount System.UInt32

Public Methods

Method Description
SerializeData ( ) : void
WowheadSerializer ( List content, UInt32 typeId, UInt32 subTypeId ) : System

Private Methods

Method Description
GetFixedLine ( Int32 lineNumber ) : String

Method Details

SerializeData() public method

public SerializeData ( ) : void
return void

WowheadSerializer() public method

public WowheadSerializer ( List content, UInt32 typeId, UInt32 subTypeId ) : System
content List
typeId System.UInt32
subTypeId System.UInt32
return System

Property Details

Objects public_oe property

public Object[] Objects
return Object[]

TotalCount public_oe property

public UInt32,System TotalCount
return System.UInt32