SymbolCollection Class
Interface represents a collection of ISymbol objects.
Inheritance Hierarchy
SystemObject
TwinCAT.TypeSystem.GenericInstanceCollectionISymbol
TwinCAT.TypeSystem.GenericSymbolCollectionISymbol
TwinCAT.TypeSystemSymbolCollection
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class SymbolCollection : SymbolCollection<ISymbol>,
ISymbolCollection, ISymbolCollection<ISymbol>, IInstanceCollection<ISymbol>,
IList<ISymbol>, ICollection<ISymbol>, IEnumerable<ISymbol>,
IEnumerableThe SymbolCollection type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the collection count. | |
|
|
Returns an Empty Collection. | |
|
|
Gets the LIst of instances. | |
|
|
The Path dictionary | |
|
|
Gets a value indicating whether this instance is read
only. | |
|
|
Gets or sets the IInstance at the
specified index. | |
|
|
Gets the IInstance with the
specified instance path. | |
|
|
The mode this InstanceCollectionT
is working in. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Adds the specified item. | |
|
|
Adds the specified items to this collection. | |
|
|
Returns a Read only version of this collection (shallow copy). | |
|
|
Clears this instance. | |
|
|
Clones this instance. | |
|
|
Determines whether this collection contains the specified
IInstance | |
|
|
Determines whether this collection contains an IInstance with the
specified InstanceName / InstancePath | |
|
|
Determines whether the specified instance name contains
name. | |
|
|
Copies this InstanceCollectionT
to the specified array. | |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Gets the enumerator. | |
|
|
Serves as the default hash function. | |
|
|
Gets the IInstanceby instance
path. | |
|
|
Gets the name of the instance by. | |
|
|
Gets the Type of the current
instance. | |
|
|
Determines the index of the specified IInstance. | |
|
|
Inserts the specified IInstance at the
specified index. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Removes the specified item. | |
|
|
Removes the IInstance at the
specified index. | |
|
|
Returns a string that represents the current object. | |
|
|
Tries to get the IInstance. of the
specified path. | |
|
|
Tries to get Instances by name. | |
|
|
Try to get instances with predicate function |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Filters the symbols collection for symbols with a specific
Attribute value. |
- InstanceCollection.T. Class
- SymbolCollection.T. Class
- InstanceCollection.T..Count Property
- InstanceCollection.T. Class
- InstanceCollection.T..InnerList Property
- InstanceCollection.T..InnerPathDict Property
- InstanceCollection.T..IsReadOnly Property
- InstanceCollection.T..Item Property (Int32)
- InstanceCollection.T..Item Property (String)
- InstanceCollection.T..Mode Property
- SymbolCollection.Empty Property
- InstanceCollection.T..Add Method
- InstanceCollection.T. Class
- InstanceCollection.T..AddRange Method
- SymbolCollection.AsReadOnly Method
- InstanceCollection.T..Clear Method
- SymbolCollection.Clone Method
- InstanceCollection.T..Contains Method (String)
- InstanceCollection.T..Contains Method (T)
- InstanceCollection.T..ContainsName Method
- InstanceCollection.T..CopyTo Method
- InstanceCollection.T..GetEnumerator Method
- InstanceCollection.T..GetInstance Method
- InstanceCollection.T..GetInstanceByName Method
- InstanceCollection.T..IndexOf Method
- InstanceCollection.T..Insert Method
- InstanceCollection.T..Remove Method
- InstanceCollection.T..RemoveAt Method
- InstanceCollection.T..TryGetInstance Method
- InstanceCollection.T..TryGetInstanceByName Method
- SymbolCollection.T..TryGetInstances Method
- SymbolCollection.T. Class