SchemeRecordCollection - класс
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.0.6
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 SchemeObjectCollection<SchemeRecord> SchemeRecordCollection
Add | (Унаследован от SchemeObjectCollection<T>) |
Clear | (Унаследован от SchemeObjectCollection<T>) |
ClearItems | (Унаследован от SchemeObjectCollection<T>) |
Construct | (Переопределяет SchemeObjectCollection<T>.Construct(T)) |
Contains | (Унаследован от SchemeObjectCollection<T>) |
Copy | (Унаследован от SchemeObjectCollection<T>) |
CopyTo | (Унаследован от SchemeObjectCollection<T>) |
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 | (Унаследован от SchemeObjectCollection<T>) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
HaveSameKey | (Переопределяет SchemeObjectCollection<T>.HaveSameKey(T, T)) |
IndexOf | (Унаследован от SchemeObjectCollection<T>) |
Insert | (Унаследован от SchemeObjectCollection<T>) |
InsertItem | (Унаследован от SchemeObjectCollection<T>) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MoveItem | (Унаследован от SchemeObjectCollection<T>) |
Remove | (Унаследован от SchemeObjectCollection<T>) |
RemoveAt | (Унаследован от SchemeObjectCollection<T>) |
RemoveItem | (Унаследован от SchemeObjectCollection<T>) |
ReplaceItem | (Унаследован от SchemeObjectCollection<T>) |
Seal | (Унаследован от SchemeObjectCollection<T>) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetItem(Func<T, Int32, Boolean>, T) | (Унаследован от SchemeObjectCollection<T>) |
TryGetItem(Int32, T) | (Унаследован от SchemeObjectCollection<T>) |
ValidateInsertingItem | (Унаследован от SchemeObjectCollection<T>) |
ValidateItemUniqueness | (Переопределяет SchemeObjectCollection<T>.ValidateItemUniqueness(T, T)) |
ValidateRemovingItem | (Унаследован от SchemeObjectCollection<T>) |