Class EyeProjectFile
Inheritance
EyeProjectFile
Assembly: EyeAuras.Scripting.Metadata.dll
Syntax
public sealed record EyeProjectFile : ICanSetPath, IHasPath, IHasName, IEquatable<EyeProjectFile>
Constructors
Properties
Name |
Description |
Content
|
|
FullPath
|
Full path to an item which includes both folder and file/item name
|
Name
|
Gets the name of the item. This name is typically un-localized and can be used for
identification or lookup purposes. It might represent a filename or a unique identifier
within a collection.
|
Path
|
Windows-specific directory path
|
Revision
|
|
Methods
Operators
Extension Methods
ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)