Show / Hide Table of Contents

Class ProcessSchemaMappingCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<ProcessSchemaMapping>
MetaItemCollection<ProcessSchemaMapping>
FactoryMetaItemCollection<ProcessSchemaMapping>
BaseProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>
ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>
ProcessSchemaMappingCollection
Implements
System.Collections.Generic.IList<ProcessSchemaMapping>
System.Collections.Generic.ICollection<ProcessSchemaMapping>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ProcessSchemaMapping>
System.Collections.Generic.IReadOnlyCollection<ProcessSchemaMapping>
System.Collections.Generic.IEnumerable<ProcessSchemaMapping>
System.Collections.IEnumerable
IMetaDataSerializable
ITempalteSerializable
Inherited Members
ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.WriteMetaData(DataWriter)
ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.ReadMetaData(DataReader)
ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.WriteArtifactsMetaData(DataWriter)
ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.WriteAssociationMetaData(DataWriter)
ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.ReadAssociationMetaData(DataReader)
BaseProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.CreateItem(DataReader)
BaseProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>.CreateItemInstance(String)
FactoryMetaItemCollection<ProcessSchemaMapping>.CreateItem()
FactoryMetaItemCollection<ProcessSchemaMapping>.WriteTemplateData(DataWriter)
FactoryMetaItemCollection<ProcessSchemaMapping>.ReadTemplateData(DataReader)
FactoryMetaItemCollection<ProcessSchemaMapping>.WriteMetaData(String, DataWriter)
MetaItemCollection<ProcessSchemaMapping>.ClearItems()
MetaItemCollection<ProcessSchemaMapping>.SetItem(Int32, ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.SetUniqueNameAndCaptionForItem(IDesignItem)
MetaItemCollection<ProcessSchemaMapping>.RemoveByUId(Guid)
MetaItemCollection<ProcessSchemaMapping>.FindByUId(Guid)
MetaItemCollection<ProcessSchemaMapping>.GetByUId(Guid)
MetaItemCollection<ProcessSchemaMapping>.FindByName(String)
MetaItemCollection<ProcessSchemaMapping>.GetByName(String)
MetaItemCollection<ProcessSchemaMapping>.FindByNames(IEnumerable<String>)
MetaItemCollection<ProcessSchemaMapping>.GetByNames(IEnumerable<String>)
MetaItemCollection<ProcessSchemaMapping>.GenerateItemUniqueName(String, Int32)
MetaItemCollection<ProcessSchemaMapping>.GenerateItemUniqueName(String)
MetaItemCollection<ProcessSchemaMapping>.GenerateItemUniqueNameIndex(DesignModeClassDescriptor, String)
MetaItemCollection<ProcessSchemaMapping>.Exchange(Int32, Int32)
MetaItemCollection<ProcessSchemaMapping>.Exchange(ProcessSchemaMapping, ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.CanMoveUp(Int32)
MetaItemCollection<ProcessSchemaMapping>.CanMoveDown(Int32)
MetaItemCollection<ProcessSchemaMapping>.CanMoveUp(ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.CanMoveDown(ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.MoveUp(Int32)
MetaItemCollection<ProcessSchemaMapping>.MoveDown(Int32)
MetaItemCollection<ProcessSchemaMapping>.MoveUp(ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.MoveDown(ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.MoveBelow(ProcessSchemaMapping, ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.MoveAbove(ProcessSchemaMapping, ProcessSchemaMapping)
MetaItemCollection<ProcessSchemaMapping>.ParentMetaSchema
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Add(Terrasoft.Core.Process.ProcessSchemaMapping)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.CopyTo(Terrasoft.Core.Process.ProcessSchemaMapping[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Contains(Terrasoft.Core.Process.ProcessSchemaMapping)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.IndexOf(Terrasoft.Core.Process.ProcessSchemaMapping)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Insert(System.Int32, Terrasoft.Core.Process.ProcessSchemaMapping)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Remove(Terrasoft.Core.Process.ProcessSchemaMapping)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.Generic.ICollection<Terrasoft.Core.Process.ProcessSchemaMapping>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.Process.ProcessSchemaMapping>.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.Process
Assembly: Terrasoft.Core.dll
Syntax
public class ProcessSchemaMappingCollection : ProcessSchemaFactoryMetaItemCollection<ProcessSchemaMapping>, IList<ProcessSchemaMapping>, ICollection<ProcessSchemaMapping>, IList, ICollection, IReadOnlyList<ProcessSchemaMapping>, IReadOnlyCollection<ProcessSchemaMapping>, IEnumerable<ProcessSchemaMapping>, IEnumerable, IMetaDataSerializable, ITempalteSerializable

Constructors

ProcessSchemaMappingCollection()

Declaration
public ProcessSchemaMappingCollection()

ProcessSchemaMappingCollection(ProcessSchemaMappingCollection)

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

Methods

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object

ExistsByName(String)

Declaration
public bool ExistsByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Boolean

FindByTargetUId(Guid)

Declaration
public ProcessSchemaMapping FindByTargetUId(Guid targetUId)
Parameters
Type Name Description
System.Guid targetUId
Returns
Type Description
ProcessSchemaMapping

FindMappingsBySource(Guid, Guid)

Declaration
public ProcessSchemaMappingCollection FindMappingsBySource(Guid sourceSchemaUId, Guid sourceParameterUId)
Parameters
Type Name Description
System.Guid sourceSchemaUId
System.Guid sourceParameterUId
Returns
Type Description
ProcessSchemaMappingCollection

GetUniqueName(String)

Declaration
public string GetUniqueName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

InsertItem(Int32, ProcessSchemaMapping)

Declaration
protected override void InsertItem(int index, ProcessSchemaMapping item)
Parameters
Type Name Description
System.Int32 index
ProcessSchemaMapping item
Overrides
Terrasoft.Core.MetaItemCollection<Terrasoft.Core.Process.ProcessSchemaMapping>.InsertItem(System.Int32, Terrasoft.Core.Process.ProcessSchemaMapping)

RemoveItem(Int32)

Declaration
protected override void RemoveItem(int index)
Parameters
Type Name Description
System.Int32 index
Overrides
Terrasoft.Core.MetaItemCollection<Terrasoft.Core.Process.ProcessSchemaMapping>.RemoveItem(System.Int32)

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