Table of Contents

TokenCollection Class

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

This collection class is used to hold the conceptual content tokens for an associated token file.

public class TokenCollection : BindingList<Token>, IList<Token>, ICollection<Token>, IReadOnlyList<Token>, IReadOnlyCollection<Token>, IEnumerable<Token>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
Inheritance
TokenCollection
Implements

Constructors

TokenCollection(string)

Constructor

Properties

AddingNew (Inherited from BindingList<Token>)
AllowEdit (Inherited from BindingList<Token>)
AllowNew (Inherited from BindingList<Token>)
AllowRemove (Inherited from BindingList<Token>)
Count (Inherited from Collection<Token>)
IsSortedCore (Inherited from BindingList<Token>)
Items (Inherited from Collection<Token>)
ListChanged (Inherited from BindingList<Token>)
RaiseListChangedEvents (Inherited from BindingList<Token>)
SortDirectionCore (Inherited from BindingList<Token>)
SortPropertyCore (Inherited from BindingList<Token>)
SupportsChangeNotificationCore (Inherited from BindingList<Token>)
SupportsSearchingCore (Inherited from BindingList<Token>)
SupportsSortingCore (Inherited from BindingList<Token>)
this[int] (Inherited from Collection<Token>)
TokenFilePath

This is used to get or set the token file path

Methods

Add(T) (Inherited from Collection<Token>)
AddNew() (Inherited from BindingList<Token>)
AddNewCore() (Inherited from BindingList<Token>)
ApplySortCore(PropertyDescriptor, ListSortDirection) (Inherited from BindingList<Token>)
CancelNew(int) (Inherited from BindingList<Token>)
Clear() (Inherited from Collection<Token>)
ClearItems() (Inherited from BindingList<Token>)
Contains(T) (Inherited from Collection<Token>)
CopyTo(T[], int) (Inherited from Collection<Token>)
EndNew(int) (Inherited from BindingList<Token>)
Find(Predicate<Token>)

This is used to find all tokens that match the specified predicate

FindCore(PropertyDescriptor, object) (Inherited from BindingList<Token>)
GetEnumerator() (Inherited from Collection<Token>)
IndexOf(T) (Inherited from Collection<Token>)
Insert(int, T) (Inherited from Collection<Token>)
InsertItem(int, T) (Inherited from BindingList<Token>)
Load()

Load the collection from the related file

OnAddingNew(AddingNewEventArgs) (Inherited from BindingList<Token>)
OnListChanged(ListChangedEventArgs) (Inherited from BindingList<Token>)
Remove(T) (Inherited from Collection<Token>)
RemoveAt(int) (Inherited from Collection<Token>)
RemoveItem(int) (Inherited from BindingList<Token>)
RemoveSortCore() (Inherited from BindingList<Token>)
ResetBindings() (Inherited from BindingList<Token>)
ResetItem(int) (Inherited from BindingList<Token>)
Save()

Save the token collection to its related file ready for use by BuildAssembler.

SetItem(int, T) (Inherited from BindingList<Token>)
Sort()

This is used to sort the collection