Search Results for

    Show / Hide Table of Contents

    Enum FileSegment.FileDateBehavior

    How FileSegment should try and parse the file's absolute date.

    Namespace: AnalysisBase
    Assembly: AnalysisBase.dll
    Syntax
    public enum FileDateBehavior

    Fields

    Name Description
    None

    Do no try and parse the file's date at all.

    Required

    Parse the file's absolute date and fail if unsuccessful

    Try

    Try and parse the file's absolute date

    Extension Methods

    ObjectExtensions.NotNull()
    ObjectExtensions.AsArray<FileSegment.FileDateBehavior>()
    ObjectExtensions.AsList<FileSegment.FileDateBehavior>()
    ObjectExtensions.Wrap<FileSegment.FileDateBehavior>()
    SystemExtensions.BinarySerialize()
    SystemExtensions.ToDescriptionString()
    ConfigFileExtensions.NotNull(FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<FileSegment.FileDateBehavior>()
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top