C# Class DumpLog.Program

Main entry point
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode 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

Méthode Description
Main ( string args ) : void

Method Details

Dump() public static méthode

public static Dump ( ApplicationProfile Item ) : void
Item Goedel.Mesh.ApplicationProfile
Résultat void

Dump() public static méthode

public static Dump ( DataItem Item ) : void
Item Goedel.Persistence.DataItem
Résultat void

Dump() public static méthode

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

Dump() public static méthode

public static Dump ( PersonalProfile Item ) : void
Item Goedel.Mesh.PersonalProfile
Résultat void

Dump() public static méthode

public static Dump ( SignedApplicationProfile Item ) : void
Item Goedel.Mesh.SignedApplicationProfile
Résultat void

Dump() public static méthode

public static Dump ( SignedPersonalProfile Item ) : void
Item Goedel.Mesh.SignedPersonalProfile
Résultat void

Dump() public static méthode

public static Dump ( SignedProfile Item ) : void
Item Goedel.Mesh.SignedProfile
Résultat void

Dump() public static méthode

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