C# Class Docear4Word.Helper

Afficher le fichier Open project: JabRef/JabRef4Word

Méthodes publiques

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

Method Details

DumpCounter() public static méthode

public static DumpCounter ( ) : void
Résultat void

ExtractCitationJSON() public static méthode

public static ExtractCitationJSON ( Field field ) : string
field Field
Résultat string

ExtractCitationJSON() public static méthode

public static ExtractCitationJSON ( string fieldCodeText ) : string
fieldCodeText string
Résultat string

ExtractSources() public static méthode

public static ExtractSources ( Docear4Word.JSInlineCitation inlineCitation, BibTexDatabase currentDatabase ) : List
inlineCitation Docear4Word.JSInlineCitation
currentDatabase BibTexDatabase
Résultat List

GetAuthorProcessorControl() public static méthode

public static GetAuthorProcessorControl ( Docear4Word.JSInlineCitationItem inlineCitationItem ) : AuthorProcessorControl
inlineCitationItem Docear4Word.JSInlineCitationItem
Résultat AuthorProcessorControl

GetCitationJSONStart() public static méthode

public static GetCitationJSONStart ( string fieldCodeText ) : int
fieldCodeText string
Résultat int

GetClassificationForType() public static méthode

public static GetClassificationForType ( string entryType ) : BibtexClassificationType
entryType string
Résultat BibtexClassificationType

IsDateTag() public static méthode

public static IsDateTag ( string name ) : bool
name string
Résultat bool

IsPersonTag() public static méthode

public static IsPersonTag ( string name ) : bool
name string
Résultat bool

LogUnexpectedException() public static méthode

public static LogUnexpectedException ( string message, Exception ex ) : void
message string
ex System.Exception
Résultat void

ParseMonth() public static méthode

public static ParseMonth ( string text ) : int
text string
Résultat int

ShowCorruptBibtexDatabaseMessage() public static méthode

public static ShowCorruptBibtexDatabaseMessage ( string filename ) : void
filename string
Résultat void