Class ModelWithCache
Inheritance
ModelWithCache
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public sealed class ModelWithCache : IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
public ModelWithCache(object content, IFormatter serializer = null)
Parameters
Properties
|
Improve this Doc
View Source
Content
Declaration
public object Content { get; set; }
Property Value
|
Improve this Doc
View Source
File
Declaration
public string File { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Deserialize()
Declaration
public bool Deserialize()
Returns
|
Improve this Doc
View Source
Dispose()
Declaration
Implements
|
Improve this Doc
View Source
Serialize()
Declaration
Returns
Events
|
Improve this Doc
View Source
ContentAccessed
Declaration
public event EventHandler ContentAccessed
Event Type
Extension Methods