C# 클래스 Docear4Word.Helper

파일 보기 프로젝트 열기: JabRef/JabRef4Word

공개 메소드들

메소드 설명
DumpCounter ( ) : void
ExtractCitationJSON ( Field field ) : string
ExtractCitationJSON ( string fieldCodeText ) : string
ExtractSources ( Docear4Word.JSInlineCitation inlineCitation, BibTexDatabase currentDatabase ) : List
GetAuthorProcessorControl ( Docear4Word.JSInlineCitationItem inlineCitationItem ) : AuthorProcessorControl
GetCitationJSONStart ( string fieldCodeText ) : int
GetClassificationForType ( string entryType ) : BibtexClassificationType
IsDateTag ( string name ) : bool
IsPersonTag ( string name ) : bool
LogUnexpectedException ( string message, Exception ex ) : void
ParseMonth ( string text ) : int
ShowCorruptBibtexDatabaseMessage ( string filename ) : void

메소드 상세

DumpCounter() 공개 정적인 메소드

public static DumpCounter ( ) : void
리턴 void

ExtractCitationJSON() 공개 정적인 메소드

public static ExtractCitationJSON ( Field field ) : string
field Field
리턴 string

ExtractCitationJSON() 공개 정적인 메소드

public static ExtractCitationJSON ( string fieldCodeText ) : string
fieldCodeText string
리턴 string

ExtractSources() 공개 정적인 메소드

public static ExtractSources ( Docear4Word.JSInlineCitation inlineCitation, BibTexDatabase currentDatabase ) : List
inlineCitation Docear4Word.JSInlineCitation
currentDatabase BibTexDatabase
리턴 List

GetAuthorProcessorControl() 공개 정적인 메소드

public static GetAuthorProcessorControl ( Docear4Word.JSInlineCitationItem inlineCitationItem ) : AuthorProcessorControl
inlineCitationItem Docear4Word.JSInlineCitationItem
리턴 AuthorProcessorControl

GetCitationJSONStart() 공개 정적인 메소드

public static GetCitationJSONStart ( string fieldCodeText ) : int
fieldCodeText string
리턴 int

GetClassificationForType() 공개 정적인 메소드

public static GetClassificationForType ( string entryType ) : BibtexClassificationType
entryType string
리턴 BibtexClassificationType

IsDateTag() 공개 정적인 메소드

public static IsDateTag ( string name ) : bool
name string
리턴 bool

IsPersonTag() 공개 정적인 메소드

public static IsPersonTag ( string name ) : bool
name string
리턴 bool

LogUnexpectedException() 공개 정적인 메소드

public static LogUnexpectedException ( string message, Exception ex ) : void
message string
ex System.Exception
리턴 void

ParseMonth() 공개 정적인 메소드

public static ParseMonth ( string text ) : int
text string
리턴 int

ShowCorruptBibtexDatabaseMessage() 공개 정적인 메소드

public static ShowCorruptBibtexDatabaseMessage ( string filename ) : void
filename string
리턴 void