C# Class QFramework.CSVTable

一张CSV表对应一个CSVTable
ファイルを表示 Open project: liangxiegame/QFramework

Public Properties

Property Type Description
colItems QFramework.CSVColItem[]
heads string[]
indexForAttribName int>.Dictionary
rowItems CSVRowItem[]
strs string[][]
types BASIC_TYPE[]
values CSVValue[][]

Public Methods

Method Description
CSVTable ( string csvText ) : UnityEngine

Private Methods

Method Description
CreateColItems ( ) : void
CreateHeads ( ) : void
CreateRelation ( ) : void
CreateRowItems ( ) : void
CreateStrs ( string csvText ) : void
CreateValues ( ) : void
TypeForString ( string name ) : BASIC_TYPE

Method Details

CSVTable() public method

public CSVTable ( string csvText ) : UnityEngine
csvText string
return UnityEngine

Property Details

colItems public_oe property

public CSVColItem[],QFramework colItems
return QFramework.CSVColItem[]

heads public_oe property

public string[] heads
return string[]

indexForAttribName public_oe property

public Dictionary indexForAttribName
return int>.Dictionary

rowItems public_oe property

public CSVRowItem[] rowItems
return CSVRowItem[]

strs public_oe property

public string[][] strs
return string[][]

types public_oe property

public BASIC_TYPE[] types
return BASIC_TYPE[]

values public_oe property

public CSVValue[][] values
return CSVValue[][]