ServerSymbolFactory Class

Class ServerSymbolFactory.

Inheritance Hierarchy

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

Syntax

C#

public class ServerSymbolFactory : IAddSymbolicInformation

The ServerSymbolFactory type exposes the following members.

Constructors

 

Name

Description

ServerSymbolFactory

Initializes a new instance of the ServerSymbolFactory class.

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.

CreateSymbol(String, IDataType, ISymbol, Int32)

Creates the symbol.

CreateSymbol(String, String, IDataType, UInt32, UInt32)

Creates the symbol.

Equals

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

Finalize

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

GetHashCode

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

GetType

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

MemberwiseClone

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

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.

ToString

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

Remarks

Factory class supporting creating DataAreas, DataTypes and Symbols.

Reference

TwinCAT.Ads.Server.TypeSystem Namespace