C# Class GraphView.GraphViewConnection.FileInfo

Show file Open project: Microsoft/GraphView

Public Properties

Property Type Description
TypeDict string>.Dictionary

Public Methods

Method Description
FileInfo ( string filename ) : System
ParseHeader ( ) : void
getHeader ( ) : void

Protected Methods

Method Description
addColumn ( string columnName, string columnType ) : bool
getLabel ( ) : void

Method Details

FileInfo() public method

public FileInfo ( string filename ) : System
filename string
return System

ParseHeader() public method

public ParseHeader ( ) : void
return void

addColumn() protected method

protected addColumn ( string columnName, string columnType ) : bool
columnName string
columnType string
return bool

getHeader() public method

public getHeader ( ) : void
return void

getLabel() protected method

protected getLabel ( ) : void
return void

Property Details

TypeDict public static property

public static Dictionary TypeDict
return string>.Dictionary