Show / Hide Table of Contents

Class FileStorageDirectoryInfo

Inheritance
System.Object
FileStorageDirectoryInfo
Namespace: Eco.Core.FileStorage
Assembly: Eco.Core.dll
Syntax
public class FileStorageDirectoryInfo : Object

Constructors

FileStorageDirectoryInfo(String, DateTime, DateTime)

Declaration
public FileStorageDirectoryInfo(string name, DateTime creationTime, DateTime lastWriteTime)
Parameters
Type Name Description
System.String name
System.DateTime creationTime
System.DateTime lastWriteTime

Properties

CreationTime

Declaration
public DateTime CreationTime { get; }
Property Value
Type Description
System.DateTime

LastWriteTime

Declaration
public DateTime LastWriteTime { get; }
Property Value
Type Description
System.DateTime

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾