WidgetCollection - класс |
Пространство имён: Tessa.UI.Views.Charting.Widgets
public class WidgetCollection : ObservableCollection<IWidgetModel>, ICloneable<WidgetCollection>, ICloneable
Тип WidgetCollection предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| WidgetCollection() |
Initializes a new instance of the WidgetCollection class. Инициализирует новый экземпляр класса ObservableCollection<T>.
| |
| WidgetCollection(List<IWidgetModel>) |
Initializes a new instance of the WidgetCollection class.
Инициализирует новый экземпляр ObservableCollection<T>, который содержит элементы, скопированные из указанного списка.
| |
| WidgetCollection(IEnumerable<IWidgetModel>) |
Initializes a new instance of the WidgetCollection class.
Инициализирует новый экземпляр ObservableCollection<T>, который содержит элементы, скопированные из указанного коллекции.
|
| Имя | Описание | |
|---|---|---|
| Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| Item | Gets or sets the element at the specified index. (Унаследован от Collection<IWidgetModel>.) | |
| Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<IWidgetModel>.) |
| Имя | Описание | |
|---|---|---|
| Add | Adds an object to the end of the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| Clear | Removes all elements from the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| ClearItems | Removes all items from the collection. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| Clone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
| |
| Contains | Determines whether an element is in the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| CopyTo | Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от Collection<IWidgetModel>.) | |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| GetHashCode | Serves as the default hash function. (Унаследован от Object.) | |
| GetType | Gets the Type of the current instance. (Унаследован от Object.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| Insert | Inserts an element into the Collection<T> at the specified index. (Унаследован от Collection<IWidgetModel>.) | |
| InsertItem | Inserts an item into the collection at the specified index. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) | |
| Move | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| Remove | Removes the first occurrence of a specific object from the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| RemoveAt | Removes the element at the specified index of the Collection<T>. (Унаследован от Collection<IWidgetModel>.) | |
| RemoveItem | Removes the item at the specified index of the collection. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| SetItem | Replaces the element at the specified index. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| ToString | Returns a string that represents the current object. (Унаследован от Object.) |
| Имя | Описание | |
|---|---|---|
| CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Унаследован от ObservableCollection<IWidgetModel>.) | |
| PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollection<IWidgetModel>.) |
| Имя | Описание | |
|---|---|---|
| Get | (Определяется ComHelper.) | |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) | |
| Invoke | (Определяется ComHelper.) | |
| Set | (Определяется ComHelper.) |