IEditableCollection Interface

Defines methods that will be called by EditObject(Object., String, Value, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean) to get and set values in the inherited collection by index.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public interface IEditableCollection : IEnumerable

The IEditableCollection type exposes the following members.

Methods

 

Name

Description

IEditableCollection Interface 1:

GetEnumerator

Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)

IEditableCollection Interface 2:

GetValue

Gets the value at the specified position in the ICollection.

IEditableCollection Interface 3:

SetValue

Sets a value to the element at the specified position in the ICollection.

Reference

TcHmiSrv.DynamicSymbols Namespace