Class InstanceDataCommentCategoryList
Represents a cachable list of comment categories
Inheritance
System.Object
System.Collections.Generic.List<InstanceDataCommentCategory>
InstanceDataCommentCategoryList
Implements
System.Collections.Generic.IList<InstanceDataCommentCategory>
System.Collections.Generic.ICollection<InstanceDataCommentCategory>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<InstanceDataCommentCategory>
System.Collections.Generic.IReadOnlyCollection<InstanceDataCommentCategory>
System.Collections.Generic.IEnumerable<InstanceDataCommentCategory>
System.Collections.IEnumerable
ICacheable
Inherited Members
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Add(Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.AddRange(System.Collections.Generic.IEnumerable<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.AsReadOnly()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.BinarySearch(System.Int32, System.Int32, Simplic.Framework.Extension.InstanceDataCommentCategory, System.Collections.Generic.IComparer<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.BinarySearch(Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.BinarySearch(Simplic.Framework.Extension.InstanceDataCommentCategory, System.Collections.Generic.IComparer<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Clear()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Contains(Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.ConvertAll<TOutput>(System.Converter<Simplic.Framework.Extension.InstanceDataCommentCategory, TOutput>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.CopyTo(Simplic.Framework.Extension.InstanceDataCommentCategory[])
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.CopyTo(System.Int32, Simplic.Framework.Extension.InstanceDataCommentCategory[], System.Int32, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.CopyTo(Simplic.Framework.Extension.InstanceDataCommentCategory[], System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Exists(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Find(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindAll(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindIndex(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindIndex(System.Int32, System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindIndex(System.Int32, System.Int32, System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindLast(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindLastIndex(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindLastIndex(System.Int32, System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.ForEach(System.Action<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.GetEnumerator()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.Generic.IEnumerable<Simplic.Framework.Extension.InstanceDataCommentCategory>.GetEnumerator()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.IndexOf(Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.IndexOf(Simplic.Framework.Extension.InstanceDataCommentCategory, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.IndexOf(Simplic.Framework.Extension.InstanceDataCommentCategory, System.Int32, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Insert(System.Int32, Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.LastIndexOf(Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.LastIndexOf(Simplic.Framework.Extension.InstanceDataCommentCategory, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.LastIndexOf(Simplic.Framework.Extension.InstanceDataCommentCategory, System.Int32, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Remove(Simplic.Framework.Extension.InstanceDataCommentCategory)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.RemoveAll(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.RemoveAt(System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Reverse()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Sort()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Sort(System.Collections.Generic.IComparer<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Sort(System.Comparison<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.ToArray()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.TrimExcess()
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.TrueForAll(System.Predicate<Simplic.Framework.Extension.InstanceDataCommentCategory>)
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Capacity
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Count
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.Generic.ICollection<Simplic.Framework.Extension.InstanceDataCommentCategory>.IsReadOnly
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.Item[System.Int32]
System.Collections.Generic.List<Simplic.Framework.Extension.InstanceDataCommentCategory>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class InstanceDataCommentCategoryList : List<InstanceDataCommentCategory>, IList<InstanceDataCommentCategory>, ICollection<InstanceDataCommentCategory>, IList, ICollection, IReadOnlyList<InstanceDataCommentCategory>, IReadOnlyCollection<InstanceDataCommentCategory>, IEnumerable<InstanceDataCommentCategory>, IEnumerable
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 |
---|---|---|
System.Guid | stackId | Stack guid which will be used as key |
System.Collections.Generic.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
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
ICacheable