Struct AssemblyLocatorBase.PropertySourceCounts
SetPropertiesFromDLLConfiguration fills and returns this structure, to account for all defined properties, whether or not their values are configured.
Namespace: WizardWrx.Core
Assembly: WizardWrx.Core.dll
Syntax
public struct PropertySourceCounts
Fields
| Improve this Doc View SourceDefaulted
Count of properties omitted from the configuration file, and left at their default values.
Declaration
public int Defaulted
Field Value
Type | Description |
---|---|
System.Int32 |
SpecifiedInConfiguration
Count of properties read from the configuration file.
Declaration
public int SpecifiedInConfiguration
Field Value
Type | Description |
---|---|
System.Int32 |