C# Class ExportJsonPlugin.UnityCS

Mostrar archivo Open project: wanggan768q/ExportJson-for-Excel-2014 Class Usage Examples

Private Properties

Property Type Description
E string
GenerateConfigLoad void

Public Methods

Method Description
AddField ( StringBuilder sb, List type, List key, List des ) : void

添加字段

AddTitle ( StringBuilder sb, string title ) : void
CheckColName ( StringBuilder sb, List key, string name ) : void
Export ( string fileName, List type, List key, List des ) : void
InitPrimaryField ( StringBuilder sb, string key ) : void
ReadBinColValue ( StringBuilder sb, List type, List key ) : void
ReadCsvColValue ( StringBuilder sb, List type, List key ) : void
ReadJsonColValue ( StringBuilder sb, List type, List key ) : void

Private Methods

Method Description
E ( string s = "" ) : string
GenerateConfigLoad ( ) : void

Method Details

AddField() public method

添加字段
public AddField ( StringBuilder sb, List type, List key, List des ) : void
sb System.Text.StringBuilder
type List
key List
des List
return void

AddTitle() public method

public AddTitle ( StringBuilder sb, string title ) : void
sb System.Text.StringBuilder
title string
return void

CheckColName() public method

public CheckColName ( StringBuilder sb, List key, string name ) : void
sb System.Text.StringBuilder
key List
name string
return void

Export() public method

public Export ( string fileName, List type, List key, List des ) : void
fileName string
type List
key List
des List
return void

InitPrimaryField() public method

public InitPrimaryField ( StringBuilder sb, string key ) : void
sb System.Text.StringBuilder
key string
return void

ReadBinColValue() public method

public ReadBinColValue ( StringBuilder sb, List type, List key ) : void
sb System.Text.StringBuilder
type List
key List
return void

ReadCsvColValue() public method

public ReadCsvColValue ( StringBuilder sb, List type, List key ) : void
sb System.Text.StringBuilder
type List
key List
return void

ReadJsonColValue() public method

public ReadJsonColValue ( StringBuilder sb, List type, List key ) : void
sb System.Text.StringBuilder
type List
key List
return void