Table of Contents

Class ExternalGlobalSettings

Namespace
MCM.Abstractions.Base.Global
Assembly
MCMv5.dll
public sealed class ExternalGlobalSettings : FluentGlobalSettings, INotifyPropertyChanged, IFluentSettings
Inheritance
ExternalGlobalSettings
Implements
Inherited Members
Extension Methods

Properties

FilePath

public string FilePath { get; init; }

Property Value

string

Methods

CreateFromXmlFile(string, PropertyChangedEventHandler?)

public static ExternalGlobalSettings? CreateFromXmlFile(string filePath, PropertyChangedEventHandler? propertyChanged = null)

Parameters

filePath string
propertyChanged PropertyChangedEventHandler

Returns

ExternalGlobalSettings