Class SchemaMethodArgumentCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SchemaMethodArgument>
SchemaMethodArgumentCollection
Implements
System.Collections.Generic.IList<SchemaMethodArgument>
System.Collections.Generic.ICollection<SchemaMethodArgument>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<SchemaMethodArgument>
System.Collections.Generic.IReadOnlyCollection<SchemaMethodArgument>
System.Collections.Generic.IEnumerable<SchemaMethodArgument>
System.Collections.IEnumerable
IMetaDataSerializable
Inherited Members
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Add(Terrasoft.Core.SchemaMethodArgument)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.CopyTo(Terrasoft.Core.SchemaMethodArgument[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Contains(Terrasoft.Core.SchemaMethodArgument)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.IndexOf(Terrasoft.Core.SchemaMethodArgument)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Insert(System.Int32, Terrasoft.Core.SchemaMethodArgument)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Remove(Terrasoft.Core.SchemaMethodArgument)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.Generic.ICollection<Terrasoft.Core.SchemaMethodArgument>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SchemaMethodArgument>.System.Collections.IList.IsFixedSize
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 SchemaMethodArgumentCollection : FactoryMetaItemCollection<SchemaMethodArgument>, IList<SchemaMethodArgument>, ICollection<SchemaMethodArgument>, IList, ICollection, IReadOnlyList<SchemaMethodArgument>, IReadOnlyCollection<SchemaMethodArgument>, IEnumerable<SchemaMethodArgument>, IEnumerable, IMetaDataSerializable, ITempalteSerializable
Constructors
SchemaMethodArgumentCollection()
Declaration
public SchemaMethodArgumentCollection()
SchemaMethodArgumentCollection(SchemaMethodArgumentCollection)
Declaration
public SchemaMethodArgumentCollection(SchemaMethodArgumentCollection source)
Parameters
Type | Name | Description |
---|---|---|
SchemaMethodArgumentCollection | source |
Methods
SetUniqueNameAndCaptionForItem(IDesignItem)
Declaration
protected override void SetUniqueNameAndCaptionForItem(IDesignItem designItem)
Parameters
Type | Name | Description |
---|---|---|
IDesignItem | designItem |
Overrides
Terrasoft.Core.MetaItemCollection<Terrasoft.Core.SchemaMethodArgument>.SetUniqueNameAndCaptionForItem(Terrasoft.Core.IDesignItem)
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
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