LuciadCPillar C# 2024.0.08
All Classes Namespaces Functions Enumerations Enumerator Properties Pages
Luciad.Datamodels Namespace Reference

This package provides an API to describe domain objects in a unified way. More...

Classes

class  DataAnnotation
 Application-specific metadata that can be added to parts of a data model. More...
 
class  DataModel
 A data model is a collection of types that forms a logical entity. More...
 
class  DataProperty
 Represents a property of a DataType. More...
 
class  DataPropertyPath
 Describes the path to a DataProperty in a DataType. More...
 
class  DataType
 A representation of the type of a data object. More...
 
class  GeometryDataAnnotation
 DataAnnotation that is added on a DataType to define which property path contains the main geometry. More...
 
interface  IDataAnnotationFactory
 Factory that can create a DataAnnotation based on a complete DataType. More...
 

Detailed Description

This package provides an API to describe domain objects in a unified way.

With this API it is possible to describe domain objects of a LuciadCPillar feature model, independent of their specific domain.

See related article for an overview of the data models API.