Name | Description | |
---|---|---|
UAFolder Constructor | Overloaded. |
The following tables list the members exposed by UAFolder.
Name | Description | |
---|---|---|
UAFolder Constructor | Overloaded. |
Name | Description | |
---|---|---|
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
DeclarationString | Describes the basic external characteristics of the node, such as its name. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
EffectiveNodeDescriptor | The effective node descriptor by which this node is addressable in the OPC UA server. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
HandleChildNodes | Determines whether the events from child nodes will be handled on this node as well. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
IsBranch | Determines whether this node is a branch. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
IsLeaf | Determines whether this node is a leaf. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
IsRoot | Determines whether this node is a root. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
IsStarted | Determines whether the component is currently started. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Item | Indexer to get a sub-node by name. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Name | The name of this node in the node space. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
NodeKind | Overridden. Determines whether the node is a data variable, folder, or a root. | |
Nodes | A collection of sub-nodes in this node (branch). (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
ParentNode | The server node that is the parent of this node. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
PropagateConversionError | Determines whether UAServerNode.ConversionError events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
PropagateDataSubscriptionChanged | Determines whether UAServerNode.DataSubscriptionChanged events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
PropagateRead | Determines whether UAServerNode.Read events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
PropagateSamplingIntervalChanged | Determines whether UAServerNode.SamplingIntervalChanged events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
PropagateWrite | Determines whether UAServerNode.Write events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Site | (Inherited from System.ComponentModel.Component) | |
State | An arbitrary object associated with the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
IsLocked | Determines whether the node is locked. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ValidBranchTypeList | Overridden. The types of branch sub-nodes that can be added to this node. | |
ValidLeafTypeList | Overridden. The types of leaf sub-nodes that can be added to this node. |
Name | Description | |
---|---|---|
Add | Adds a sub-node to this node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
Clear | Removes all sub-nodes. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
Clone | Overridden. | |
CreateIn | Creates and returns a folder (with given name) in the specified parent folder. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object. | |
GetEnumerator | (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
GetHashCode | Overridden. Serves as the default hash function. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNewNodeNameBase | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
GetObjectData | (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetTreeTraverser | Returns a tree traverser that iterates through the tree. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Lock | Locks the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Remove | Removes the specified sub-node from this node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
ToString | (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
Unlock | Unlocks the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
ValueEquals | Overloaded. Determines whether the specified OpcLabs.BaseLib.NodeSpace.NodeFrontEnd is value equal to the current object. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
OnConversionError | Raises 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) | |
OnDataSubscriptionChanged | Raises the UAServerNode.DataSubscriptionChanged event, indicating when data subscription has been added, removed, or modified. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
OnFirstUnlock | Called when the lock count becomes non-zero. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
OnLastUnlock | Called when the lock count becomes zero. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
OnNodeBackEndChange | Called after the branch back-end has changed. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
OnRead | Raises the UAServerNode.Read event to obtain the data for OPC UA read. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
OnSamplingIntervalChanged | Raises the UAServerNode.SamplingIntervalChanged event, indicating when the sampling interval of a data variable has changed. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
OnStarting | Raises the UAServerNode.Starting event, indicating when the component is starting. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
OnStopped | Raises the UAServerNode.Stopped event, indicating when the component has stopped. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
OnWrite | Raises the UAServerNode.Write event, supplying the OPC UA write data. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
ReadXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) | |
WriteXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.NodeSpace.NodeFrontEnd) |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
ConversionError | Raised 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) | |
DataSubscriptionChanged | Raised when data subscription has been added, removed, or modified. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
PropertyChanged | (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
PropertyChanging | (Inherited from OpcLabs.BaseLib.NodeSpace.Node) | |
Read | Raised to obtain the OPC UA read data. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
SamplingIntervalChanged | Raised when the sampling interval of a data variable has changed. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Starting | Raised when the component is starting. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Stopped | Raised when the component has stopped. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) | |
Write | Raised to supply the OPC UA write data. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode) |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |