ServerSymbolFactory Class
Class ServerSymbolFactory.
Inheritance Hierarchy
SystemObject
TwinCAT.Ads.Server.TypeSystemServerSymbolFactory
Namespace: TwinCAT.Ads.Server.TypeSystem
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class ServerSymbolFactory : IAddSymbolicInformationThe 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. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current 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. |
Remarks
Factory class supporting creating DataAreas, DataTypes and Symbols.
- ServerSymbolFactory.AddDataArea Method
- ServerSymbolFactory.AddSymbol Method (String, String, String)
- ServerSymbolFactory.AddSymbol Method (String, IDataType, DataArea)
- ServerSymbolFactory.AddType Method
- ServerSymbolFactory.ClearDataAreas Method
- ServerSymbolFactory.ClearSymbols Method
- ServerSymbolFactory.ClearTypes Method
- ServerSymbolFactory.CreateSymbol Method (String, IDataType, ISymbol, Int32)
- ServerSymbolFactory.CreateSymbol Method (String, String, IDataType, UInt32, UInt32)
- ServerSymbolFactory.RemoveDataArea Method
- ServerSymbolFactory.RemoveSymbol Method (ISymbol)
- ServerSymbolFactory.RemoveSymbol Method (String)
- ServerSymbolFactory.RemoveType Method