C# Class Microsoft.DocAsCode.Plugins.FileModel

Inheritance: IDisposable
Show file Open project: dotnet/docfx Class Usage Examples

Private Properties

Property Type Description
OnFileOrBaseDirChanged void
OnUidsChanged void

Public Methods

Method Description
Dispose ( ) : void
FileModel ( FileAndType ft, object content, FileAndType original = null, IFormatter serializer = null ) : System

Private Methods

Method Description
OnFileOrBaseDirChanged ( ) : void
OnUidsChanged ( string propertyName, ImmutableArray original, ImmutableArray current ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileModel() public method

public FileModel ( FileAndType ft, object content, FileAndType original = null, IFormatter serializer = null ) : System
ft FileAndType
content object
original FileAndType
serializer IFormatter
return System