~~NOTRANS~~ ====== OpcUpdateNodeHistory Class ====== **Namespace:** Opc.UaFx.Client \\ **Assemblies:** Opc.UaFx.Advanced.dll **C#** \\ <code csharp> public class OpcUpdateNodeHistory : OpcNodeHistoryCommand </code> \\ **Inheritance** [[https://docs.microsoft.com/en-us/dotnet/api/system.object|Object]] › [[Opc.UaFx.Services.OpcServiceCommand|OpcServiceCommand]] › [[Opc.UaFx.Services.OpcNodeServiceCommand|OpcNodeServiceCommand]] › [[Opc.UaFx.Client.OpcNodeHistoryCommand|OpcNodeHistoryCommand]] › OpcUpdateNodeHistory \\ **Derived** * [[Opc.UaFx.Client.OpcCreateNodeHistory|OpcCreateNodeHistory]] * [[Opc.UaFx.Client.OpcReplaceNodeHistory|OpcReplaceNodeHistory]] ===== Constructors ===== <panel> ^ Name ^ Description ^ | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-Int32-IEnumerable-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable|IEnumerable]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-Int32-Int32-IEnumerable-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable|IEnumerable]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-Int32-Int32-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[Opc.UaFx.OpcValue|OpcValue]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-Int32-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[Opc.UaFx.OpcValue|OpcValue]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-OpcNodeId-IEnumerable-OpcValue|OpcUpdateNodeHistory]]([[Opc.UaFx.OpcNodeId|OpcNodeId]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable|IEnumerable]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-OpcNodeId-OpcValue|OpcUpdateNodeHistory]]([[Opc.UaFx.OpcNodeId|OpcNodeId]], [[Opc.UaFx.OpcValue|OpcValue]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-String-IEnumerable-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.string|String]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable|IEnumerable]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-String-Int32-IEnumerable-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.string|String]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable|IEnumerable]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-String-Int32-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.string|String]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[Opc.UaFx.OpcValue|OpcValue]]) | | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#OpcUpdateNodeHistory-String-OpcValue|OpcUpdateNodeHistory]]([[https://docs.microsoft.com/en-us/dotnet/api/system.string|String]], [[Opc.UaFx.OpcValue|OpcValue]]) | | </panel> ===== Properties ===== <panel> ^ Name ^ Description ^ | [[Opc.UaFx.Services.OpcNodeServiceCommandMembers#NodeId|NodeId]] | Gets the node identifier of the node on which a node orientated service have to operate on. \\ (Inherited from [[Opc.UaFx.Services.OpcNodeServiceCommand|OpcNodeServiceCommand]]) | | [[Opc.UaFx.Services.OpcNodeServiceCommandMembers#SupportsNullNodeId|SupportsNullNodeId]] | Gets a value indicating whether the [[Opc.UaFx.Services.OpcNodeServiceCommand|OpcNodeServiceCommand]] supports instances of the [[Opc.UaFx.OpcNodeId|OpcNodeId]] class its [[Opc.UaFx.OpcNodeIdMembers#IsNull|IsNull]] provides a value equals to the value true. \\ (Inherited from [[Opc.UaFx.Services.OpcNodeServiceCommand|OpcNodeServiceCommand]]) | | [[Opc.UaFx.Client.OpcUpdateNodeHistoryMembers#UpdateType|UpdateType]] | | </panel> ===== Methods ===== <panel> ^ Name ^ Description ^ | [[Opc.UaFx.Services.OpcNodeServiceCommandMembers#DenyNullIdentifier-OpcNodeId-String|DenyNullIdentifier]]([[Opc.UaFx.OpcNodeId|OpcNodeId]], [[https://docs.microsoft.com/en-us/dotnet/api/system.string|String]]) | Verifies whether the ''value'' is a null identifier by checking the [[Opc.UaFx.OpcNodeIdMembers#IsNull|IsNull]] property. \\ (Inherited from [[Opc.UaFx.Services.OpcNodeServiceCommand|OpcNodeServiceCommand]]) | </panel>