Gorgon
Show / Hide Table of Contents

Class CommonEditorConstants

Contains commonly used constants for the editor.

Inheritance
object
CommonEditorConstants
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Editor
Assembly: Gorgon.Editor.API.dll
Syntax
public static class CommonEditorConstants

Fields

| Edit this page View Source

ContentTypeAttr

The attribute name for the content type attribute.

Declaration
public const string ContentTypeAttr = "Type"
Field Value
Type Description
string
| Edit this page View Source

Editor30ProjectVersion

The version for a 3.0 editor project.

Declaration
public const string Editor30ProjectVersion = "GOREDIT30"
Field Value
Type Description
string
| Edit this page View Source

EditorCurrentProjectVersion

The current version for an editor project.

Declaration
public const string EditorCurrentProjectVersion = "GOREDIT31"
Field Value
Type Description
string
| Edit this page View Source

EditorMetadataFileName

The name of the file that holds the metadata for the project.

Declaration
public const string EditorMetadataFileName = "_$GEMD$_.db"
Field Value
Type Description
string
| Edit this page View Source

EditorProjectHeader

The header value for a project.

Declaration
public const string EditorProjectHeader = "GOREDIT"
Field Value
Type Description
string
| Edit this page View Source

ExcludedAttrName

Metadata naming for the excluded item type attribute.

Declaration
public const string ExcludedAttrName = "Excluded"
Field Value
Type Description
string
| Edit this page View Source

IsNewAttr

The name of the attribute for the is new flag.

Declaration
public const string IsNewAttr = "IsNew"
Field Value
Type Description
string
  • 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