LuciadCPillar C# 2023.1.05
Luciad.Datamodels.IDataAnnotationFactory Interface Reference

Factory that can create a DataAnnotation based on a complete DataType. More...

Public Member Functions

Luciad.Datamodels.DataAnnotation CreateAnnotation (Luciad.Datamodels.DataType dataType)
 Create an annotation based on dataType. More...
 

Detailed Description

Factory that can create a DataAnnotation based on a complete DataType.

When the annotation needs to capture information about a data type, this allows creation of the annotation to be postponed until the data type is being built.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IDataAnnotationFactory.

Member Function Documentation

◆ CreateAnnotation()

Luciad.Datamodels.DataAnnotation Luciad.Datamodels.IDataAnnotationFactory.CreateAnnotation ( Luciad.Datamodels.DataType  dataType)

Create an annotation based on dataType.

dataType

the data type to annotate.

the annotation.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IDataAnnotationFactory::createAnnotation.