Search Results for

    Show / Hide Table of Contents

    Class InstanceDataCommentCategoryList

    Represents a cachable list of comment categories

    Inheritance
    System.Object
    InstanceDataCommentCategoryList
    Implements
    ICacheable
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class InstanceDataCommentCategoryList : List<InstanceDataCommentCategory>

    Constructors

    | Improve this Doc View Source

    InstanceDataCommentCategoryList(Guid, IList<InstanceDataCommentCategory>)

    Initialize new cachable comment category list

    Declaration
    public InstanceDataCommentCategoryList(Guid stackId, IList<InstanceDataCommentCategory> categories)
    Parameters
    Type Name Description
    Guid stackId

    Stack guid which will be used as key

    IList<InstanceDataCommentCategory> categories

    List of categories

    Properties

    | Improve this Doc View Source

    Key

    Key which makes the object accessable

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    OnRemove()

    -

    Declaration
    public void OnRemove()

    Implements

    ICacheable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx