Show / Hide Table of Contents

    Enum ConfigurationPersistenceActions

    Defines the behavior when loading or saving the value for any particular property.

    Namespace: OpenCollar.Extensions.Configuration
    Assembly: OpenCollar.Extensions.Configuration.dll
    Syntax
    [Flags]
    public enum ConfigurationPersistenceActions
    Remarks

    The following UML has been generated directly from the source code using Jebbs PlantUML .

    Fields

    Name Description
    Ignore

    Values will be neither loaded nor saved. This effectively means the property is never persisted and is plain writeable property on the class.

    LoadAndSave

    Values are loaded from the configuration service and changes are saved back to the configuration service.

    LoadOnly

    Values are loaded from the configuration service, but changes are never saved back to the configuration service.

    SaveOnly

    Values are never loaded from the configuration service, but changes are saved back to the configuration service.

    See Also
    ConfigurationAttribute
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2019-2020 Jonathan Evans
    Version: 0.2.232