Show / Hide Table of Contents

    Class ModelWithCache

    Inheritance
    Object
    ModelWithCache
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public sealed class ModelWithCache : IDisposable

    Constructors

    | Improve this Doc View Source

    ModelWithCache(Object, IFormatter)

    Declaration
    public ModelWithCache(object content, IFormatter serializer = null)
    Parameters
    Type Name Description
    Object content
    IFormatter serializer

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    public object Content { get; set; }
    Property Value
    Type Description
    Object
    | Improve this Doc View Source

    File

    Declaration
    public string File { get; set; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Deserialize()

    Declaration
    public bool Deserialize()
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    Implements
    IDisposable.Dispose()
    | Improve this Doc View Source

    Serialize()

    Declaration
    public bool Serialize()
    Returns
    Type Description
    Boolean

    Events

    | Improve this Doc View Source

    ContentAccessed

    Declaration
    public event EventHandler ContentAccessed
    Event Type
    Type Description
    EventHandler

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX