QuickOPC User's Guide and Reference
ServerElement Class Members
Fields  Properties  Methods 


OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace : ServerElement Class

The following tables list the members exposed by ServerElement.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Default server's class identifier (CLSID). An empty GUID (System.Guid.Empty).  
Public FieldDefault CLSID string. An empty string.  
Public FieldDefault description. An empty string.  
Public FieldDefault location. An empty string.  
Public FieldDefault programmatic identifier (ProgId). An empty string.  
Public FieldDefault technology. Equals to OpcTechnologies.None.  
Public FieldDefault URL string. An empty string.  
Public FieldDefault unescaped URL string. An empty string.  
Public FieldDefault vendor name. An empty string.  
Public FieldDefault version-independent programmatic identifier. An empty string.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets OPC server's class identifier (CLSID).  
Public PropertyContains the CLSID string of the server.  
Public Propertystatic (Shared in Visual Basic)Default server categories (none).  
Public PropertyGets or sets a user readable name for the OPC server.  
Public PropertyThe server's location.  
Public PropertyGets or sets a string value indicating the programmatic identifier (ProgID) of the OPC server.  
Public PropertyGets or sets information about which specifications the OPC server claims to support.  
Public PropertyReturns a string usable for identification of the OPC server when passed to other methods. If the ProgId is not empty, it is used. Otherwise, if the VersionIndependentProgId is not empty, it is used. If both are empty, the string form of server's Clsid is returned.  
Public PropertyDetermines the OPC technology used.  
Public PropertyA URL of the server.  
Public PropertyA URL string of the server.  
Public PropertyAn unescaped URL string of the server.  
Public PropertyGets or sets a vendor name.  
Public PropertyGets or sets version-independent programmatic identifier of the OPC server application.  
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Method  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodOverridden. Returns a string that represents the current object.Returns a string that represents the current object.Converts the object into a string usable for identification of the OPC server when passed to other methods. The value returned is the value of the UrlString property.  
Public Method  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodOverridden. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure.  
Top
Public Operators
Determines whether the two objects are equal.
Converts the object into a string usable for identification of the OPC server when passed to other methods. The value returned is the value of the UrlString property.
Determines whether the two objects are not equal.
Top
See Also

Reference

ServerElement Class
OpcLabs.EasyOpc Namespace