C# Class Microsoft.DocAsCode.DataContracts.Common.ExternalReferencePackageWriter

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
AddOrUpdateEntry ( string entryName, List vm ) : void
Append ( string packageFile, Uri baseUri ) : ExternalReferencePackageWriter
Create ( string packageFile, Uri baseUri ) : ExternalReferencePackageWriter
Dispose ( ) : void

Private Methods

Méthode Description
ExternalReferencePackageWriter ( string packageFile, Uri baseUri, bool append ) : System

Method Details

AddOrUpdateEntry() public méthode

public AddOrUpdateEntry ( string entryName, List vm ) : void
entryName string
vm List
Résultat void

Append() public static méthode

public static Append ( string packageFile, Uri baseUri ) : ExternalReferencePackageWriter
packageFile string
baseUri System.Uri
Résultat ExternalReferencePackageWriter

Create() public static méthode

public static Create ( string packageFile, Uri baseUri ) : ExternalReferencePackageWriter
packageFile string
baseUri System.Uri
Résultat ExternalReferencePackageWriter

Dispose() public méthode

public Dispose ( ) : void
Résultat void