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.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.173 -- Release Build+9c6971f7902b326b418a47df17d77cb315b5e7f4
public static TypeRegistry TypeRegistry { get; set; }

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