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
Returns
This page was last modified at 01/20/2023 11:20:11 +02:00 (UTC).
Commit Message
Author: Vitalii Mikhailov
Commit: 7f41d72e94fb328860d1e5df4a4ff5ca729032b3
Updated deps, fixed msbuild issue
Removed BUTR.DependencyInjection.LightInject, using the code directly
Some null fixes