SchemeRecordCollection - класс
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.24
public sealed class SchemeRecordCollection : SchemeObjectCollection<SchemeRecord>
Public NotInheritable Class SchemeRecordCollection
Inherits SchemeObjectCollection(Of SchemeRecord)
public ref class SchemeRecordCollection sealed : public SchemeObjectCollection<SchemeRecord^>
[<SealedAttribute>]
type SchemeRecordCollection =
class
inherit SchemeObjectCollection<SchemeRecord>
end
- Inheritance
- Object SchemeObjectCollectionSchemeRecord SchemeRecordCollection
| Add | (Унаследован от SchemeObjectCollectionT) |
| CheckIsSealed | (Унаследован от SchemeObjectCollectionT) |
| Clear | (Унаследован от SchemeObjectCollectionT) |
| ClearItems | (Унаследован от SchemeObjectCollectionT) |
| Construct | (Переопределяет SchemeObjectCollectionTConstruct(T)) |
| Contains | (Унаследован от SchemeObjectCollectionT) |
| Copy | (Унаследован от SchemeObjectCollectionT) |
| CopyTo | (Унаследован от SchemeObjectCollectionT) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Equals(SchemeRecord, SchemeRecord, SchemeColumnCollection) | |
| Equals(SchemeRecord, SchemeRecord, SchemeIndexedColumnCollection) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetEnumerator | (Унаследован от SchemeObjectCollectionT) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| HaveSameKey | (Переопределяет SchemeObjectCollectionTHaveSameKey(T, T)) |
| IndexOf | (Унаследован от SchemeObjectCollectionT) |
| Insert | (Унаследован от SchemeObjectCollectionT) |
| InsertItem | (Унаследован от SchemeObjectCollectionT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| MoveItem | (Унаследован от SchemeObjectCollectionT) |
| Remove | (Унаследован от SchemeObjectCollectionT) |
| RemoveAt | (Унаследован от SchemeObjectCollectionT) |
| RemoveItem | (Унаследован от SchemeObjectCollectionT) |
| ReplaceItem | (Унаследован от SchemeObjectCollectionT) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetItem(FuncT, Int32, Boolean, T) | (Унаследован от SchemeObjectCollectionT) |
| TryGetItem(Int32, T) | (Унаследован от SchemeObjectCollectionT) |
| ValidateInsertingItem | (Унаследован от SchemeObjectCollectionT) |
| ValidateItemUniqueness | (Переопределяет SchemeObjectCollectionTValidateItemUniqueness(T, T)) |
| ValidateRemovingItem | (Унаследован от SchemeObjectCollectionT) |