Table of Contents

Class ProjectMetadata

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Contains metadata information about a List & Label project.

public class ProjectMetadata
Inheritance
ProjectMetadata
Inherited Members

Constructors

ProjectMetadata()

public ProjectMetadata()

Properties

AssemblyVersion

Gets or sets the version of List & Label used to create or last modify the project.

public Version? AssemblyVersion { get; set; }

Property Value

Version

ConverterVersion

Gets or sets the version of the converter used to process the project.

public Version? ConverterVersion { get; set; }

Property Value

Version

ProjectFormat

Gets or sets the format of the project.

public ProjectFormat ProjectFormat { get; set; }

Property Value

ProjectFormat