Gorgon
Show / Hide Table of Contents

Interface IProjectMetadata

JSON specific properties for project data.

Namespace: Gorgon.Editor.ProjectData
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IProjectMetadata

Properties

| Edit this page View Source

ProjectItems

Property to return the list of project items.

Declaration
Dictionary<string, ProjectItemMetadata> ProjectItems { get; }
Property Value
Type Description
Dictionary<string, ProjectItemMetadata>
| Edit this page View Source

Version

Property to return the version for the project file.

Declaration
string Version { get; }
Property Value
Type Description
string

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author