C# Класс Opc.Ua.ReferenceTypeState

The base class for all reference type nodes.
Наследование: BaseTypeState
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
OnReadInverseName NodeAttributeEventHandler
OnReadSymmetric NodeAttributeEventHandler
OnWriteInverseName NodeAttributeEventHandler
OnWriteSymmetric NodeAttributeEventHandler

Открытые методы

Метод Описание
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

GetAttributesToSave ( ISystemContext context ) : AttributesToSave

Returns a mask which indicates which attributes have non-default value.

ReferenceTypeState ( ) : System

Initializes the instance with its defalt attribute values.

Save ( ISystemContext context, BinaryEncoder encoder, AttributesToSave attributesToSave ) : void

Saves object in an binary stream.

Save ( ISystemContext context, XmlEncoder encoder ) : void

Saves the attributes from the stream.

Update ( ISystemContext context, BinaryDecoder decoder, AttributesToSave attibutesToLoad ) : void

Updates the specified context.

Update ( ISystemContext context, XmlDecoder decoder ) : void

Updates the attributes from the stream.

Защищенные методы

Метод Описание
Export ( ISystemContext context, Node node ) : void

Exports a copy of the node to a node table.

Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

Initialize ( ISystemContext context, NodeState source ) : void

Initializes the instance from another instance.

ReadNonValueAttribute ( ISystemContext context, uint attributeId, object &value ) : ServiceResult

Reads the value for any non-value attribute.

WriteNonValueAttribute ( ISystemContext context, uint attributeId, object value ) : ServiceResult

Write the value for any non-value attribute.

Описание методов

Construct() публичный статический Метод

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
Результат NodeState

Export() защищенный Метод

Exports a copy of the node to a node table.
protected Export ( ISystemContext context, Node node ) : void
context ISystemContext The context.
node Node The node.
Результат void

GetAttributesToSave() публичный Метод

Returns a mask which indicates which attributes have non-default value.
public GetAttributesToSave ( ISystemContext context ) : AttributesToSave
context ISystemContext The context for the system being accessed.
Результат AttributesToSave

Initialize() защищенный Метод

Initializes the instance with the default values.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
Результат void

Initialize() защищенный Метод

Initializes the instance from another instance.
protected Initialize ( ISystemContext context, NodeState source ) : void
context ISystemContext
source NodeState
Результат void

ReadNonValueAttribute() защищенный Метод

Reads the value for any non-value attribute.
protected ReadNonValueAttribute ( ISystemContext context, uint attributeId, object &value ) : ServiceResult
context ISystemContext
attributeId uint
value object
Результат ServiceResult

ReferenceTypeState() публичный Метод

Initializes the instance with its defalt attribute values.
public ReferenceTypeState ( ) : System
Результат System

Save() публичный Метод

Saves object in an binary stream.
public Save ( ISystemContext context, BinaryEncoder encoder, AttributesToSave attributesToSave ) : void
context ISystemContext The context user.
encoder BinaryEncoder The encoder to write to.
attributesToSave AttributesToSave The masks indicating what attributes to write.
Результат void

Save() публичный Метод

Saves the attributes from the stream.
public Save ( ISystemContext context, XmlEncoder encoder ) : void
context ISystemContext The context for the system being accessed.
encoder XmlEncoder The encoder wrapping the stream to write.
Результат void

Update() публичный Метод

Updates the specified context.
public Update ( ISystemContext context, BinaryDecoder decoder, AttributesToSave attibutesToLoad ) : void
context ISystemContext The context.
decoder BinaryDecoder The decoder.
attibutesToLoad AttributesToSave The attributes to load.
Результат void

Update() публичный Метод

Updates the attributes from the stream.
public Update ( ISystemContext context, XmlDecoder decoder ) : void
context ISystemContext The context for the system being accessed.
decoder XmlDecoder The decoder wrapping the stream to read.
Результат void

WriteNonValueAttribute() защищенный Метод

Write the value for any non-value attribute.
protected WriteNonValueAttribute ( ISystemContext context, uint attributeId, object value ) : ServiceResult
context ISystemContext
attributeId uint
value object
Результат ServiceResult

Описание свойств

OnReadInverseName публичное свойство

Raised when the InverseName attribute is read.
public NodeAttributeEventHandler OnReadInverseName
Результат NodeAttributeEventHandler

OnReadSymmetric публичное свойство

Raised when the Symmetric attribute is read.
public NodeAttributeEventHandler OnReadSymmetric
Результат NodeAttributeEventHandler

OnWriteInverseName публичное свойство

Raised when the InverseName attribute is written.
public NodeAttributeEventHandler OnWriteInverseName
Результат NodeAttributeEventHandler

OnWriteSymmetric публичное свойство

Raised when the Symmetric attribute is written.
public NodeAttributeEventHandler OnWriteSymmetric
Результат NodeAttributeEventHandler