Class CommonEditorConstants
Contains commonly used constants for the editor.
Inherited Members
Namespace: Gorgon.Editor
Assembly: Gorgon.Editor.API.dll
Syntax
public static class CommonEditorConstants
Fields
| Edit this page View SourceContentTypeAttr
The attribute name for the content type attribute.
Declaration
public const string ContentTypeAttr = "Type"
Field Value
Type | Description |
---|---|
string |
Editor30ProjectVersion
The version for a 3.0 editor project.
Declaration
public const string Editor30ProjectVersion = "GOREDIT30"
Field Value
Type | Description |
---|---|
string |
EditorCurrentProjectVersion
The current version for an editor project.
Declaration
public const string EditorCurrentProjectVersion = "GOREDIT31"
Field Value
Type | Description |
---|---|
string |
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 |
EditorProjectHeader
The header value for a project.
Declaration
public const string EditorProjectHeader = "GOREDIT"
Field Value
Type | Description |
---|---|
string |
ExcludedAttrName
Metadata naming for the excluded item type attribute.
Declaration
public const string ExcludedAttrName = "Excluded"
Field Value
Type | Description |
---|---|
string |
IsNewAttr
The name of the attribute for the is new flag.
Declaration
public const string IsNewAttr = "IsNew"
Field Value
Type | Description |
---|---|
string |