IAddSymbolicInformation Interface
Interface IAddSymbolicInformation
Namespace: TwinCAT.Ads.Server.TypeSystem
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IAddSymbolicInformationThe IAddSymbolicInformation type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Adds a DataAreato the symbolic information. | |
|
|
Adds and registers a ISymbol. | |
|
|
Adds and registers a symbol | |
|
|
Adds and registers a DataType | |
|
|
Removes all DataAreas. | |
|
|
Removes all symbols. | |
|
|
Removes all DataTypes. | |
|
|
Removes a DataArea from the symbolic information. | |
|
|
Removes the ISymbol from the Symbolic information. | |
|
|
Removes the ISymbol from the Symbolic information | |
|
|
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.
- IAddSymbolicInformation.AddDataArea Method
- IAddSymbolicInformation.AddSymbol Method (String, String, String)
- IAddSymbolicInformation.AddSymbol Method (String, IDataType, DataArea)
- IAddSymbolicInformation.AddType Method
- IAddSymbolicInformation.ClearDataAreas Method
- IAddSymbolicInformation.ClearSymbols Method
- IAddSymbolicInformation.ClearTypes Method
- IAddSymbolicInformation.RemoveDataArea Method
- IAddSymbolicInformation.RemoveSymbol Method (ISymbol)
- IAddSymbolicInformation.RemoveSymbol Method (String)
- IAddSymbolicInformation.RemoveType Method