C# Class Microsoft.DocAsCode.Plugins.FileModel

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Private Properties

Свойство Type Description
OnFileOrBaseDirChanged void
OnUidsChanged void

Méthodes publiques

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

Private Methods

Méthode Description
OnFileOrBaseDirChanged ( ) : void
OnUidsChanged ( string propertyName, ImmutableArray original, ImmutableArray current ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileModel() public méthode

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