OpcDataTypeMembersAttribute Class

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

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

C#

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


Inheritance ObjectAttribute › OpcDataTypeMembersAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

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