Свойство | Type | Description | |
---|---|---|---|
GetAllSourceFiles | FileAndType>.ImmutableDictionary | ||
GetExternalReference | XRefSpec | ||
LoadXRefMap | Task |
||
LoadXRefMaps | List |
||
ResolveByExternalReferencePackages | List |
||
ResolveByXRefMaps | List |
Méthode | Description | |
---|---|---|
DocumentBuildContext ( string buildOutputFolder ) : System | ||
DocumentBuildContext ( string buildOutputFolder, IEnumerable |
||
GetFilePath ( string key ) : string | ||
GetTocFileKeySet ( string key ) : IImmutableList |
||
GetTocInfo ( ) : IImmutableList |
||
GetXrefSpec ( string uid ) : XRefSpec | ||
RegisterInternalXrefSpec ( XRefSpec xrefSpec ) : void | ||
RegisterInternalXrefSpecBookmark ( string uid, string bookmark ) : void | ||
RegisterToc ( string tocFileKey, string fileKey ) : void | ||
RegisterTocInfo ( |
||
ReportExternalXRefSpec ( XRefSpec spec ) : void | ||
ResolveExternalXRefSpec ( ) : void | ||
SetFilePath ( string key, string filePath ) : void |
Méthode | Description | |
---|---|---|
GetAllSourceFiles ( IEnumerable |
||
GetExternalReference ( ExternalReferencePackageCollection externalReferences, string uid ) : XRefSpec | ||
LoadXRefMap ( string url, |
||
LoadXRefMaps ( ) : List |
||
ResolveByExternalReferencePackages ( List |
||
ResolveByXRefMaps ( List |
public DocumentBuildContext ( string buildOutputFolder ) : System | ||
buildOutputFolder | string | |
Résultat | System |
public DocumentBuildContext ( string buildOutputFolder, IEnumerable |
||
buildOutputFolder | string | |
allSourceFiles | IEnumerable |
|
externalReferencePackages | ImmutableArray |
|
xrefMaps | ImmutableArray |
|
maxParallelism | int | |
baseFolder | string | |
Résultat | System |
public GetTocFileKeySet ( string key ) : IImmutableList |
||
key | string | |
Résultat | IImmutableList |
public GetXrefSpec ( string uid ) : XRefSpec | ||
uid | string | |
Résultat | XRefSpec |
public RegisterInternalXrefSpec ( XRefSpec xrefSpec ) : void | ||
xrefSpec | XRefSpec | |
Résultat | void |
public RegisterInternalXrefSpecBookmark ( string uid, string bookmark ) : void | ||
uid | string | |
bookmark | string | |
Résultat | void |
public RegisterToc ( string tocFileKey, string fileKey ) : void | ||
tocFileKey | string | |
fileKey | string | |
Résultat | void |
public RegisterTocInfo ( |
||
toc | ||
Résultat | void |
public ReportExternalXRefSpec ( XRefSpec spec ) : void | ||
spec | XRefSpec | |
Résultat | void |
public SetFilePath ( string key, string filePath ) : void | ||
key | string | |
filePath | string | |
Résultat | void |