Class ProcessSchemaMappingCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<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
Inherited Members
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