FieldCollection Class

Collection of IField objects.

Inheritance Hierarchy

System.Object
  TwinCAT.TypeSystem.Generic.InstanceCollection.IField.
    TwinCAT.TypeSystem.FieldCollection
Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public class FieldCollection : InstanceCollection<IField>, 
    IFieldCollection, IInstanceCollection<IField>, IList<IField>, 
    ICollection<IField>, IEnumerable<IField>, IEnumerable

The FieldCollection type exposes the following members.

Constructors

 

Name

Description

FieldCollection Class 1:

FieldCollection.

Initializes a new instance of the FieldCollection class.

FieldCollection Class 2:

FieldCollection(IEnumerable.IField.)

Initializes a new instance of the FieldCollection class (copy constructor)

Properties

 

Name

Description

FieldCollection Class 3:

Count

Gets the collection count. (Inherited from InstanceCollection.T..)

FieldCollection Class 4:

InnerList

Gets the LIst of instances. (Inherited from InstanceCollection.T..)

FieldCollection Class 5:

InnerPathDict

The Path dictionary (Inherited from InstanceCollection.T..)

FieldCollection Class 6:

IsReadOnly

Gets a value indicating whether this instance is read only. (Inherited from InstanceCollection.T..)

FieldCollection Class 7:

Item.Int32.

Gets or sets the IInstance at the specified index. (Inherited from InstanceCollection.T..)

FieldCollection Class 8:

Item.String.

Gets the IInstance with the specified instance path. (Inherited from InstanceCollection.T..)

FieldCollection Class 9:

Mode

The mode this InstanceCollection.T. is working in. (Inherited from InstanceCollection.T..)

Methods

 

Name

Description

FieldCollection Class 10:

Add

Adds the specified item. (Inherited from InstanceCollection.T..)

FieldCollection Class 11:

AddRange

Adds the specified items to this collection. (Inherited from InstanceCollection.T..)

FieldCollection Class 12:

AsReadOnly

Returns a read only copy of this collection (shallow copy)

FieldCollection Class 13:

Clear

Clears this instance. (Inherited from InstanceCollection.T..)

FieldCollection Class 14:

Clone

Clones this FieldCollection.

FieldCollection Class 15:

Contains(T)

Determines whether this collection contains the specified IInstance (Inherited from InstanceCollection.T..)

FieldCollection Class 16:

Contains(String)

Determines whether this collection contains an IInstance with the specified InstanceName / InstancePath (Inherited from InstanceCollection.T..)

FieldCollection Class 17:

ContainsName

Determines whether the specified instance name contains name. (Inherited from InstanceCollection.T..)

FieldCollection Class 18:

CopyTo

Copies this InstanceCollection.T. to the specified array. (Inherited from InstanceCollection.T..)

FieldCollection Class 19:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

FieldCollection Class 20:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

FieldCollection Class 21:

GetEnumerator

Gets the enumerator. (Inherited from InstanceCollection.T..)

FieldCollection Class 22:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

FieldCollection Class 23:

GetInstance

Gets the IInstanceby instance path. (Inherited from InstanceCollection.T..)

FieldCollection Class 24:

GetInstanceByName

Gets the name of the instance by. (Inherited from InstanceCollection.T..)

FieldCollection Class 25:

GetType

Gets the Type of the current instance. (Inherited from Object.)

FieldCollection Class 26:

IndexOf

Determines the index of the specified IInstance. (Inherited from InstanceCollection.T..)

FieldCollection Class 27:

Insert

Inserts the specified IInstance at the specified index. (Inherited from InstanceCollection.T..)

FieldCollection Class 28:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

FieldCollection Class 29:

Remove

Removes the specified item. (Inherited from InstanceCollection.T..)

FieldCollection Class 30:

RemoveAt

Removes the IInstance at the specified index. (Inherited from InstanceCollection.T..)

FieldCollection Class 31:

ToString

Returns a string that represents the current object. (Inherited from Object.)

FieldCollection Class 32:

TryGetInstance

Tries to get the IInstance. of the specified path. (Inherited from InstanceCollection.T..)

FieldCollection Class 33:

TryGetInstanceByName

Tries to get Instances by name. (Inherited from InstanceCollection.T..)

FieldCollection Class 34:

TryGetMember

Tries to get the specified member

Reference

TwinCAT.TypeSystem Namespace