TileCollection - класс |
Пространство имён: Tessa.UI.Tiles
public sealed class TileCollection : SealableObjectObservableCollection<ITile>, ILookupContainer<string, ITile>
Тип TileCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
TileCollection | Создаёт экземпляр класса с параметрами по умолчанию. | |
TileCollection(Boolean) | Создаёт экземпляр класса с указанием признака того, что объект должен быть защищён от изменений. | |
TileCollection(IEnumerableITile) | Создаёт экземпляр класса с указанием коллекции плиток, используемой для инициализации списка. | |
TileCollection(ListITile) | Создаёт экземпляр класса с указанием списка плиток, используемого для инициализации списка. | |
TileCollection(IEnumerableITile, Boolean) |
Создаёт экземпляр класса с указанием коллекции плиток, используемой для инициализации списка,
и признака того, что объект должен быть защищён от изменений.
| |
TileCollection(ListITile, Boolean) |
Создаёт экземпляр класса с указанием списка плиток, используемого для инициализации списка,
и признака того, что объект должен быть защищён от изменений.
|
Имя | Описание | |
---|---|---|
Count | Gets the number of elements actually contained in the CollectionT. (Унаследован от CollectionITile.) | |
IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от SealableObservableCollectionT.) | |
ItemInt32 | Gets or sets the element at the specified index. (Унаследован от CollectionITile.) | |
ItemString |
Возвращает последнюю добавленную плитку с заданным именем.
| |
Items | Gets a IListT wrapper around the CollectionT. (Унаследован от CollectionITile.) |
Имя | Описание | |
---|---|---|
Add | Adds an object to the end of the CollectionT. (Унаследован от CollectionITile.) | |
BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollectionITile.) | |
CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollectionITile.) | |
CheckSealed |
Выбрасывает исключение [Tessa.Platform.ObjectSealedException],
если объект был защищён от изменений.
(Унаследован от SealableObservableCollectionT.) | |
Clear | Removes all elements from the CollectionT. (Унаследован от CollectionITile.) | |
ClearItems | Удаляет все элементы из коллекции. (Переопределяет SealableObservableCollectionTClearItems.) | |
Contains(String) |
Возвращает признак того, что коллекция содержит хотя бы одну плитку с заданным именем.
| |
Contains(T) | Determines whether an element is in the CollectionT. (Унаследован от CollectionITile.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от CollectionITile.) | |
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.) | |
GetAll |
Возвращает все плитки, доступные по заданному имени.
| |
GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Унаследован от CollectionITile.) | |
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 CollectionT. (Унаследован от CollectionITile.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Унаследован от CollectionITile.) | |
InsertItem | Вставляет в коллекцию заданный элемент по указанному индексу. (Переопределяет SealableObjectObservableCollectionTInsertItem(Int32, T).) | |
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. (Унаследован от ObservableCollectionITile.) | |
MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollectionITile.) | |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от ObservableCollectionITile.) | |
OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от ObservableCollectionITile.) | |
Remove(String) |
Удаляет плитку, доступную по заданному имени. Если по одному и тому же имени доступно несколько плиток,
то будет удалена последняя добавленная плитка. Возвращает признак того, что плитка была найдена и удалена.
| |
Remove(T) | Removes the first occurrence of a specific object from the CollectionT. (Унаследован от CollectionITile.) | |
RemoveAll |
Удаляет все плитки, доступные по заданному имени. Если по одному и тому же имени доступно несколько плиток,
то будут удалены все из них. Возвращает признак того, что хотя бы одна плитка была найдена по заданному имени,
после чего все плитки были успешно удалены.
| |
RemoveAt | Removes the element at the specified index of the CollectionT. (Унаследован от CollectionITile.) | |
RemoveItem | Удаляет элемент из коллекции по заданному индексу. (Переопределяет SealableObservableCollectionTRemoveItem(Int32).) | |
Seal | Защищает объект от изменений. (Унаследован от SealableObservableCollectionT.) | |
SealInternal | Защищает объект от изменений. Метод может быть переопределён в классах-наследниках. | |
SetItem | Замещает заданный элемент по указанному индексу коллекции. (Переопределяет SealableObjectObservableCollectionTSetItem(Int32, T).) | |
ToString | Returns a string that represents the current object. (Унаследован от Object.) | |
TryGet |
Возвращает последнюю добавленную плитку с заданным именем
или null, если коллекция не содержит таких плиток.
|
Имя | Описание | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Унаследован от ObservableCollectionITile.) | |
PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollectionITile.) |
Имя | Описание | |
---|---|---|
Get | (Определяется ComHelper.) | |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) | |
Invoke | (Определяется ComHelper.) | |
Set | (Определяется ComHelper.) |