OPC Studio User's Guide and Reference
UAFolder Class Members
Properties  Methods  Events


OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA.NodeSpace Namespace : UAFolder Class

The following tables list the members exposed by UAFolder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyCan be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public PropertyDescribes the basic external characteristics of the node, such as its name. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyThe effective node descriptor by which this node is addressable in the OPC UA server. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether the events from child nodes will be handled on this node as well. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether this node is a branch. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether this node is a leaf. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether this node is a root. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyDetermines whether the component is currently started. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyIndexer to get a sub-node by name. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyThe name of this node in the node space. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyOverridden. Determines whether the node is a data variable, folder, or a root.  
Public PropertyA collection of sub-nodes in this node (branch). (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyThe server node that is the parent of this node. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.ConversionError events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.DataSubscriptionChanged events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.Read events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.SamplingIntervalChanged events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.Write events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyAn arbitrary object associated with the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected PropertyDetermines whether the node is locked. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Protected PropertyThe service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected PropertyOverridden. The types of branch sub-nodes that can be added to this node.  
Protected PropertyOverridden. The types of leaf sub-nodes that can be added to this node.  
Top
Public Methods
 NameDescription
Public MethodAdds a sub-node to this node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public MethodRemoves all sub-nodes. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public MethodOverridden.   
Public Methodstatic (Shared in Visual Basic)Creates and returns a folder (with given name) in the specified parent folder.  
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded.  (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.  
Public Method (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public MethodOverridden. Serves as the default hash function.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInfrastructure. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public Method (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodReturns a tree traverser that iterates through the tree. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodLocks the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodRemoves the specified sub-node from this node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public Method (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public MethodUnlocks the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public MethodOverloaded. Determines whether the specified OpcLabs.BaseLib.NodeSpace.NodeFrontEnd is value equal to the current object. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected MethodRaises the UAServerNode.ConversionError event, indicating when data cannot be converted from Read, for Write, or in IUADataSubscription.OnNext. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodRaises the UAServerNode.DataSubscriptionChanged event, indicating when data subscription has been added, removed, or modified. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodCalled when the lock count becomes non-zero. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Protected MethodCalled when the lock count becomes zero. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Protected MethodCalled after the branch back-end has changed. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Protected MethodRaises the UAServerNode.Read event to obtain the data for OPC UA read. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodRaises the UAServerNode.SamplingIntervalChanged event, indicating when the sampling interval of a data variable has changed. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodRaises the UAServerNode.Starting event, indicating when the component is starting. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodRaises the UAServerNode.Stopped event, indicating when the component has stopped. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodRaises the UAServerNode.Write event, supplying the OPC UA write data. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd)
Top
Extension Methods
 NameDescription
Public Extension MethodSets the arbitrary object associated with the node.
Top
Public Events
 NameDescription
Public EventRaised when data cannot be converted from Read, for Write, or in data subscription's OpcLabs.BaseLib.ISink<T>.OnNext. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public EventRaised when data subscription has been added, removed, or modified. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public Event (Inherited from System.ComponentModel.Component)
Public Event (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public Event (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public EventRaised to obtain the OPC UA read data. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public EventRaised when the sampling interval of a data variable has changed. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public EventRaised when the component is starting. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public EventRaised when the component has stopped. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public EventRaised to supply the OPC UA write data. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

UAFolder Class
OpcLabs.EasyOpc.UA.NodeSpace Namespace