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

Inheritance: IDisposable
显示文件 Open project: dotnet/docfx

Public Methods

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

Private Methods

Method Description
ExternalReferencePackageWriter ( string packageFile, Uri baseUri, bool append ) : System

Method Details

AddOrUpdateEntry() public method

public AddOrUpdateEntry ( string entryName, List vm ) : void
entryName string
vm List
return void

Append() public static method

public static Append ( string packageFile, Uri baseUri ) : ExternalReferencePackageWriter
packageFile string
baseUri System.Uri
return ExternalReferencePackageWriter

Create() public static method

public static Create ( string packageFile, Uri baseUri ) : ExternalReferencePackageWriter
packageFile string
baseUri System.Uri
return ExternalReferencePackageWriter

Dispose() public method

public Dispose ( ) : void
return void