Gorgon
Show / Hide Table of Contents

Interface IContentViewModelInjection

Defines values to inject into content view models.

Inherited Members
IViewModelInjection<IHostContentServices>.HostServices
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IContentViewModelInjection : IViewModelInjection<IHostContentServices>

Properties

| Edit this page View Source

ContentFileManager

Property to return the file manager for content files.

Declaration
IContentFileManager ContentFileManager { get; }
Property Value
Type Description
IContentFileManager
| Edit this page View Source

File

Property to return the content file.

Declaration
IContentFile File { get; }
Property Value
Type Description
IContentFile

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