Gorgon
Show / Hide Table of Contents

Class RecentItem

A recent item value.

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

Properties

| Edit this page View Source

FilePath

Property to set or return the file path.

Declaration
public string FilePath { get; set; }
Property Value
Type Description
string
| Edit this page View Source

LastUsedDate

Property to set or return the last time the file was used.

Declaration
public DateTime LastUsedDate { get; set; }
Property Value
Type Description
DateTime

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