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 |
---|---|---|
|
Initializes a new instance of the ServerSymbolFactory class. |
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. | |
|
Creates the symbol. | |
|
Creates the symbol. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
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. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Factory class supporting creating DataAreas, DataTypes and Symbols.