ServerSymbolFactory Methods

The ServerSymbolFactory 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.

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.)

Reference

ServerSymbolFactory Class

TwinCAT.Ads.Server.TypeSystem Namespace