|
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.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic static TypeRegistry TypeRegistry { get; set; }
Public Shared Property TypeRegistry As TypeRegistry
Get
Set
public:
static property TypeRegistry^ TypeRegistry {
TypeRegistry^ get ();
void set (TypeRegistry^ value);
}
static member TypeRegistry : TypeRegistry with get, set
GSF.Configuration.ConnectionStringParser.get_TypeRegistry = function();
GSF.Configuration.ConnectionStringParser.set_TypeRegistry = function(value);
View SourceProperty 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