Show / Hide Table of Contents

Class SchemaMethodCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<SchemaMethod>
MetaItemCollection<SchemaMethod>
FactoryMetaItemCollection<SchemaMethod>
SchemaMethodCollection
Implements
System.Collections.Generic.IList<SchemaMethod>
System.Collections.Generic.ICollection<SchemaMethod>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<SchemaMethod>
System.Collections.Generic.IReadOnlyCollection<SchemaMethod>
System.Collections.Generic.IEnumerable<SchemaMethod>
System.Collections.IEnumerable
IMetaDataSerializable
ITempalteSerializable
Inherited Members
FactoryMetaItemCollection<SchemaMethod>.CreateItem()
FactoryMetaItemCollection<SchemaMethod>.WriteMetaData(DataWriter)
FactoryMetaItemCollection<SchemaMethod>.ReadMetaData(DataReader)
FactoryMetaItemCollection<SchemaMethod>.WriteTemplateData(DataWriter)
FactoryMetaItemCollection<SchemaMethod>.ReadTemplateData(DataReader)
FactoryMetaItemCollection<SchemaMethod>.WriteMetaData(String, DataWriter)
MetaItemCollection<SchemaMethod>.InsertItem(Int32, SchemaMethod)
MetaItemCollection<SchemaMethod>.ClearItems()
MetaItemCollection<SchemaMethod>.RemoveItem(Int32)
MetaItemCollection<SchemaMethod>.SetItem(Int32, SchemaMethod)
MetaItemCollection<SchemaMethod>.SetUniqueNameAndCaptionForItem(IDesignItem)
MetaItemCollection<SchemaMethod>.RemoveByUId(Guid)
MetaItemCollection<SchemaMethod>.FindByUId(Guid)
MetaItemCollection<SchemaMethod>.GetByUId(Guid)
MetaItemCollection<SchemaMethod>.FindByName(String)
MetaItemCollection<SchemaMethod>.GetByName(String)
MetaItemCollection<SchemaMethod>.FindByNames(IEnumerable<String>)
MetaItemCollection<SchemaMethod>.GetByNames(IEnumerable<String>)
MetaItemCollection<SchemaMethod>.GenerateItemUniqueName(String, Int32)
MetaItemCollection<SchemaMethod>.GenerateItemUniqueName(String)
MetaItemCollection<SchemaMethod>.GenerateItemUniqueNameIndex(DesignModeClassDescriptor, String)
MetaItemCollection<SchemaMethod>.Exchange(Int32, Int32)
MetaItemCollection<SchemaMethod>.Exchange(SchemaMethod, SchemaMethod)
MetaItemCollection<SchemaMethod>.CanMoveUp(Int32)
MetaItemCollection<SchemaMethod>.CanMoveDown(Int32)
MetaItemCollection<SchemaMethod>.CanMoveUp(SchemaMethod)
MetaItemCollection<SchemaMethod>.CanMoveDown(SchemaMethod)
MetaItemCollection<SchemaMethod>.MoveUp(Int32)
MetaItemCollection<SchemaMethod>.MoveDown(Int32)
MetaItemCollection<SchemaMethod>.MoveUp(SchemaMethod)
MetaItemCollection<SchemaMethod>.MoveDown(SchemaMethod)
MetaItemCollection<SchemaMethod>.MoveBelow(SchemaMethod, SchemaMethod)
MetaItemCollection<SchemaMethod>.MoveAbove(SchemaMethod, SchemaMethod)
MetaItemCollection<SchemaMethod>.ParentMetaSchema
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Add(Terrasoft.Core.SchemaMethod)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.CopyTo(Terrasoft.Core.SchemaMethod[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Contains(Terrasoft.Core.SchemaMethod)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.IndexOf(Terrasoft.Core.SchemaMethod)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Insert(System.Int32, Terrasoft.Core.SchemaMethod)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Remove(Terrasoft.Core.SchemaMethod)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.Generic.ICollection<Terrasoft.Core.SchemaMethod>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethod>.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
[MetaType("{24D60ABB-E6E6-4e79-8A6E-58387F1C87C5}")]
public class SchemaMethodCollection : FactoryMetaItemCollection<SchemaMethod>, IList<SchemaMethod>, ICollection<SchemaMethod>, IList, ICollection, IReadOnlyList<SchemaMethod>, IReadOnlyCollection<SchemaMethod>, IEnumerable<SchemaMethod>, IEnumerable, IMetaDataSerializable, ITempalteSerializable

Constructors

SchemaMethodCollection()

Declaration
public SchemaMethodCollection()

SchemaMethodCollection(SchemaMethodCollection)

Declaration
public SchemaMethodCollection(SchemaMethodCollection source)
Parameters
Type Name Description
SchemaMethodCollection source

Properties

References

Declaration
public CodeCompilerReferenceCollection References { get; }
Property Value
Type Description
CodeCompilerReferenceCollection

Methods

FindByCaption(String)

Declaration
public SchemaMethod FindByCaption(string caption)
Parameters
Type Name Description
System.String caption
Returns
Type Description
SchemaMethod

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>
System.Collections.IEnumerable
IMetaDataSerializable
ITempalteSerializable

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)
MetaDataTestUtils.GetMetaData(IMetaDataSerializable)
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