Show / Hide Table of Contents

Class SystemValueManagerItemCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<SystemValueManagerItem>
ManagerItemCollection<SystemValueManagerItem>
SystemValueManagerItemCollection
Implements
System.Collections.Generic.IList<SystemValueManagerItem>
System.Collections.Generic.ICollection<SystemValueManagerItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<SystemValueManagerItem>
System.Collections.Generic.IReadOnlyCollection<SystemValueManagerItem>
System.Collections.Generic.IEnumerable<SystemValueManagerItem>
IManagerItemCollection<IManagerItem>
System.Collections.IEnumerable
Inherited Members
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.GetItems()
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.GetItems(Predicate<IManagerItem>)
ManagerItemCollection<SystemValueManagerItem>.GetItems()
ManagerItemCollection<SystemValueManagerItem>.GetItems(Predicate<SystemValueManagerItem>)
ManagerItemCollection<SystemValueManagerItem>.FindByUId(Guid)
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.FindByUId(Guid)
ManagerItemCollection<SystemValueManagerItem>.GetByUId(Guid)
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.GetByUId(Guid)
ManagerItemCollection<SystemValueManagerItem>.FindByName(String)
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.FindByName(String)
ManagerItemCollection<SystemValueManagerItem>.GetByName(String)
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.GetByName(String)
ManagerItemCollection<SystemValueManagerItem>.Check(SystemValueManagerItem)
ManagerItemCollection<SystemValueManagerItem>.RemoveAllItemsByUId(Guid)
ManagerItemCollection<SystemValueManagerItem>.RemoveItemByUId(Guid)
ManagerItemCollection<SystemValueManagerItem>.RemoveItemByName(String)
ManagerItemCollection<SystemValueManagerItem>.ItemCount
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Add(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.CopyTo(Terrasoft.Core.SystemValueManagerItem[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Contains(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.IndexOf(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Insert(System.Int32, Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Remove(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.ClearItems()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.InsertItem(System.Int32, Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.SetItem(System.Int32, Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.Generic.ICollection<Terrasoft.Core.SystemValueManagerItem>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public class SystemValueManagerItemCollection : ManagerItemCollection<SystemValueManagerItem>, IList<SystemValueManagerItem>, ICollection<SystemValueManagerItem>, IList, ICollection, IReadOnlyList<SystemValueManagerItem>, IReadOnlyCollection<SystemValueManagerItem>, IEnumerable<SystemValueManagerItem>, IManagerItemCollection<IManagerItem>, IEnumerable

Constructors

SystemValueManagerItemCollection()

Declaration
public SystemValueManagerItemCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
IManagerItemCollection<TItem>
System.Collections.IEnumerable

Extension Methods

CollectionUtilities.AddRange<T>(ICollection<T>, IEnumerable<T>)
CollectionUtilities.RemoveRange<T>(ICollection<T>, IEnumerable<T>)
CollectionUtilities.AddIfNotExists<T>(ICollection<T>, T)
CollectionUtilities.AddRangeIfNotExists<T>(ICollection<T>, IEnumerable<T>)
CollectionUtilities.Find<T>(IEnumerable<T>, Predicate<T>)
CollectionUtilities.Find<T>(IEnumerable<T>, Predicate<T>, T)
CollectionUtilities.ForEach<T>(IEnumerable<T>, Action<T>)
CollectionUtilities.ForEach<T>(IEnumerable<T>, Predicate<T>, Action<T>)
CollectionUtilities.ForEachAsync<T>(IEnumerable<T>, Func<T, Task>)
CollectionUtilities.ParallelForEachAsync<T>(IEnumerable<T>, Func<T, Task>)
CollectionUtilities.ParallelForEachAsync<T>(IEnumerable<T>, Func<T, Task>, Int32)
CollectionUtilities.GetItemsString<T>(IEnumerable<T>)
CollectionUtilities.GetItemsString<T>(IEnumerable<T>, String)
CollectionUtilities.SplitOnChunks<T>(IEnumerable<T>, Int32)
CollectionUtilities.SplitOnParts<T>(IEnumerable<T>, Int32)
CollectionUtilities.IsNotEmpty(IEnumerable)
CollectionUtilities.IsEmpty(IEnumerable)
CollectionUtilities.IsNullOrEmpty(IEnumerable)
CollectionUtilities.IsNotNullOrEmpty(IEnumerable)
CollectionUtilities.CompareZip<TFirst, TSecond>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, Boolean>)
CollectionUtilities.Except<T>(IEnumerable<T>, IEnumerable<T>, Func<T, T, Boolean>)
CollectionUtilities.TryGetItemByIndex<TItem>(Collection<TItem>, Int32, out TItem)
CollectionUtilities.Compare<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.CheckArgumentNullOrEmpty<T>(IEnumerable<T>, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX