IAddSymbolicInformation Interface

Interface IAddSymbolicInformation

Namespace:  TwinCAT.Ads.Server.TypeSystem
Assembly:  TwinCAT.Ads.SymbolicServer (in TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IAddSymbolicInformation

The IAddSymbolicInformation type exposes the following members.

Methods

 

Name

Description

AddDataArea

Adds a DataAreato the symbolic information.

AddSymbol(String, String, String)

Adds and registers a ISymbol.

AddSymbol(String, IDataType, DataArea)

Adds and registers a symbol

AddType

Adds and registers a DataType

ClearDataAreas

Removes all DataAreas.

ClearSymbols

Removes all symbols.

ClearTypes

Removes all DataTypes.

RemoveDataArea

Removes a DataArea from the symbolic information.

RemoveSymbol(ISymbol)

Removes the ISymbol from the Symbolic information.

RemoveSymbol(String)

Removes the ISymbol from the Symbolic information

RemoveType

Removes the DataType from the symbolic information.

Remarks

Fluent interface for method chaining (method cascading) ISymbol and DataType information. This helps building up DataTypes, DataAreas and Symbols for the AdsSymbolServer with the help of an ServerSymbolFactory.

Reference

TwinCAT.Ads.Server.TypeSystem Namespace