Click or drag to resize

ConnectionStringParserTParameterAttributeTypeRegistry Property

Gets or sets TypeRegistry instance used for evaluating encountered instances of the DefaultValueExpressionAttribute on modeled connection string values that are marked with TParameterAttribute.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntax
public static TypeRegistry TypeRegistry { get; set; }
View Source

Property Value

TypeRegistry
Remarks
Accessing this property will create a unique type registry for the current attribute type TParameterAttribute which will initially contain the values found in the DefaultTypeRegistry and can be augmented with custom types. Set to null to restore use of the default type registry.
See Also