Search Results for

    Show / Hide Table of Contents

    Enum SaveBehavior

    Determines if data should be saved per segment.

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

    Fields

    Name Description
    Always

    Always save the associated resource.

    False

    Never save the associated resource. This is a synonym for Never and is provided for compatibility.

    Never

    Never save the associated resource.

    True

    Always save the associated resource. This is a synonym for Always and is provided for compatibility.

    WhenEventsDetected

    Only save the associated resource when events have been found in the segment

    Extension Methods

    ObjectExtensions.NotNull()
    ObjectExtensions.AsArray<SaveBehavior>()
    ObjectExtensions.AsList<SaveBehavior>()
    ObjectExtensions.Wrap<SaveBehavior>()
    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<SaveBehavior>()
    SaveBehaviorExtensions.ShouldSave(Int32)
    • 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