LuciadCPillar C# 2026.0.07
Loading...
Searching...
No Matches
Luciad.Models.ModelMetadata Class Referencesealed

Represents meta data common for all types of models. More...

Inheritance diagram for Luciad.Models.ModelMetadata:

Classes

class  Builder
 The builder class to create the luciad.ModelMedata class. More...

Public Member Functions

void Dispose ()
override bool Equals (object obj)
override int GetHashCode ()

Static Public Member Functions

static Luciad.Models.ModelMetadata.Builder NewBuilder ()
 Creates a builder class for the creation of the ModelMetadata.

Properties

string Title [get]
 The human-readable description of the model.

Detailed Description

Represents meta data common for all types of models.

Member Function Documentation

◆ Dispose()

void Luciad.Models.ModelMetadata.Dispose ( )
inline

◆ Equals()

override bool Luciad.Models.ModelMetadata.Equals ( object obj)
inline

◆ GetHashCode()

override int Luciad.Models.ModelMetadata.GetHashCode ( )
inline

◆ NewBuilder()

Luciad.Models.ModelMetadata.Builder Luciad.Models.ModelMetadata.NewBuilder ( )
inlinestatic

Creates a builder class for the creation of the ModelMetadata.

Returns
the builder class for the creation of the ModelMetadata.

Property Documentation

◆ Title

string Luciad.Models.ModelMetadata.Title
get

The human-readable description of the model.

[get]

Returns the human-readable description of the model.