OpenTAP 9.25
API Reference
Public Member Functions | List of all members
OpenTap.IOwnedAnnotation Interface Reference

Owned annotations interacts directly with the source object. It is updated through the Read operation and changes are written with the Write operation. Specialized knowledge about the object is needed for implementation. More...

Inheritance diagram for OpenTap.IOwnedAnnotation:
OpenTap.IAnnotation OpenTap.MenuAnnotation

Public Member Functions

void Read (object source)
 Read changes from the source. More...
 
void Write (object source)
 Write changes to the source. More...
 

Detailed Description

Owned annotations interacts directly with the source object. It is updated through the Read operation and changes are written with the Write operation. Specialized knowledge about the object is needed for implementation.

Member Function Documentation

◆ Read()

void OpenTap.IOwnedAnnotation.Read ( object  source)

Read changes from the source.

Parameters
source

◆ Write()

void OpenTap.IOwnedAnnotation.Write ( object  source)

Write changes to the source.

Parameters
source

OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24