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