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
Methods
CreateFromXmlFile(string, PropertyChangedEventHandler?)
public static ExternalGlobalSettings? CreateFromXmlFile(string filePath, PropertyChangedEventHandler? propertyChanged = null)
Parameters
filePath
stringpropertyChanged
PropertyChangedEventHandler