C# Class SEToolbox.Models.ComponentListModel

Inheritance: BaseModel
ファイルを表示 Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
GenerateHtmlReport ( string filename ) : void
GetValue ( FieldInfo field, object objt ) : string
Load ( ) : void

Method Details

GenerateHtmlReport() public method

public GenerateHtmlReport ( string filename ) : void
filename string
return void

GetValue() public static method

public static GetValue ( FieldInfo field, object objt ) : string
field System.Reflection.FieldInfo
objt object
return string

Load() public method

public Load ( ) : void
return void