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 SourceInstanceDataCommentCategoryList(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 SourceKey
Key which makes the object accessable
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnRemove()
-
Declaration
public void OnRemove()
Implements
ICacheable