Show / Hide Table of Contents

Class SoFileInfo

Inheritance
object
SoFileInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.IO.Files
Assembly: SoCore.dll
Syntax
public class SoFileInfo

Constructors

SoFileInfo(string, DateTimeOffset?, DateTimeOffset?)

Declaration
public SoFileInfo(string fullName, DateTimeOffset? created, DateTimeOffset? lastModified)
Parameters
Type Name Description
string fullName
DateTimeOffset? created
DateTimeOffset? lastModified

Properties

Created

Declaration
public DateTimeOffset? Created { get; }
Property Value
Type Description
DateTimeOffset?

FullName

Declaration
public string FullName { get; }
Property Value
Type Description
string

LastModified

Declaration
public DateTimeOffset? LastModified { get; }
Property Value
Type Description
DateTimeOffset?

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top