C# Class DumpLog.Program

Main entry point
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
Dump ( ApplicationProfile Item ) : void
Dump ( DataItem Item ) : void
Dump ( IndexTerm IndexTerm ) : void

Write out a particular index term

Dump ( PersonalProfile Item ) : void
Dump ( SignedApplicationProfile Item ) : void
Dump ( SignedPersonalProfile Item ) : void
Dump ( SignedProfile Item ) : void
Dump ( string File ) : void

Dump out records in a specified log

Private Methods

Method Description
Main ( string args ) : void

Method Details

Dump() public static method

public static Dump ( ApplicationProfile Item ) : void
Item Goedel.Mesh.ApplicationProfile
return void

Dump() public static method

public static Dump ( DataItem Item ) : void
Item Goedel.Persistence.DataItem
return void

Dump() public static method

Write out a particular index term
public static Dump ( IndexTerm IndexTerm ) : void
IndexTerm Goedel.Persistence.IndexTerm The index term to write out.
return void

Dump() public static method

public static Dump ( PersonalProfile Item ) : void
Item Goedel.Mesh.PersonalProfile
return void

Dump() public static method

public static Dump ( SignedApplicationProfile Item ) : void
Item Goedel.Mesh.SignedApplicationProfile
return void

Dump() public static method

public static Dump ( SignedPersonalProfile Item ) : void
Item Goedel.Mesh.SignedPersonalProfile
return void

Dump() public static method

public static Dump ( SignedProfile Item ) : void
Item Goedel.Mesh.SignedProfile
return void

Dump() public static method

Dump out records in a specified log
public static Dump ( string File ) : void
File string Filename of log file to dump.
return void