OpcModel Class

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

Describes a specific model along with any dependencies these model have.

C#

public class OpcModel


Inheritance Object › OpcModel

Name Description
Name Gets the name of the model which is constructed from the LocalPath of the Uri associated with the model represented.
PublicationDate Gets the date and time when the model was published.
RequiredModels Gets a read-only collection of OpcModel instances used to refer to subsequent models which are required by the model.
Uri Gets the uniform resource identifier of the model.
UriValue Gets String representation of the Uri.
Version Gets the programmatic comparable information derived from VersionValue.
VersionValue Gets the human readable version of the model defined in the node set.