OpcNodeTypeMembersAttribute Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines additional information like different criterions to use to select the members of a node type which shall be respected and therefore encoded / decoded for the node type on which the attribute is applied.

C#

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class OpcNodeTypeMembersAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcNodeTypeMembersAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcNodeTypeMembersAttribute(OpcMemberOrigins) Initializes a new instance of the OpcNodeTypeMembersAttribute class using the origins specified.
Name Description
Origins Gets the criterions to use to select the appropriate members of a node type to respect whenever an instance of the node type, to which the current OpcNodeTypeMembersAttribute has been applied, is encoded / decoded.