QuickOPC User's Guide and Reference
DAPropertyIdSet Class Members
Properties  Methods 


OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace : DAPropertyIdSet Class

The following tables list the members exposed by DAPropertyIdSet.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Properties Related to Alarm and Condition Values.  
Public Propertystatic (Shared in Visual Basic)Set of basic properties defined by the OPC Foundation. Includes dynamic (Value/Timestamp/Quality) properties.  
Public Propertystatic (Shared in Visual Basic)Set of basic properties defined by the OPC Foundation, excluding the dynamic (Value/Timestamp/Quality) properties.  
Public PropertyGets the IEqualityComparer object that is used to determine equality for the values in the set. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public PropertyGets the number of elements that are contained in a set. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public Propertystatic (Shared in Visual Basic)Recommended properties related to the Item Value.  
Public Propertystatic (Shared in Visual Basic)Basic and Recommended properties, as defined by OPC Foundation.  
Public Propertystatic (Shared in Visual Basic)Properties recommended by OPC Foundation (related to Item Value, and also to Alarm and Condition Values).  
Public Propertystatic (Shared in Visual Basic)Dynamic (Value/Timestamp/Quality) properties.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Produces the set union of two property sets.  
Public MethodRemoves all elements from a HashSet object. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether a HashSet object contains the specified element. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public Methodstatic (Shared in Visual Basic)Overloaded. Determines whether the specified property sets contain the same elements.  
Public MethodRemoves all elements in the specified collection from the current HashSet object. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodReturns an enumerator that iterates through a HashSet object. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodServes as the default hash function. Serves as a hash function for a OPC property sets.  
Public MethodImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize a HashSet object. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodModifies the current HashSet object to contain only elements that are present in that object and in the specified collection. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether a HashSet object is a proper subset of the specified collection. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether a HashSet object is a proper superset of the specified collection. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether a HashSet object is a subset of the specified collection. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether a HashSet object is a superset of the specified collection. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether the current HashSet object and a specified collection share common elements. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodRemoves the specified element from a HashSet object. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodRemoves all elements that match the conditions defined by the specified predicate from a HashSet collection. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodDetermines whether a HashSet object and the specified collection contain the same elements. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodModifies the current HashSet object to contain only elements that are present either in that object or in the specified collection, but not both. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodReturns a string that represents the current object. (Inherited from object)
Public MethodSets the capacity of a HashSet object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodSearches the set for a given value and returns the equal value it finds, if any. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
Public MethodModifies the current HashSet object to contain all elements that are present in itself, the specified collection, or both. (Inherited from System.Collections.Generic.HashSet<DAPropertyId>)
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)
Top
Public Operators
Produces the set union of two property sets.
Determines whether the specified property sets contain the same elements.
Determines whether the specified property sets contain different elements.
Top
See Also

Reference

DAPropertyIdSet Class
OpcLabs.EasyOpc.DataAccess.Extensions Namespace