C# 클래스 DumpLog.Program

Main entry point
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

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