Click or drag to resize

ConnectionStringParserConnectionStringProperty Class

Stores reflected information from a PropertyInfo object used to parse connection strings.
Inheritance Hierarchy
SystemObject
  GSF.ConfigurationConnectionStringParserConnectionStringProperty

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
protected class ConnectionStringProperty
View Source

The ConnectionStringParserConnectionStringProperty type exposes the following members.

Constructors
 NameDescription
Public methodConnectionStringParserConnectionStringProperty Creates a new instance of the ConnectionStringParserConnectionStringProperty class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldConverter The type converter used to convert the value of this property to and from a string.
Public fieldDefaultValue The default value of the property if its value is not explicitly specified in the connection string.
Public fieldNames The name of the property as it appears in the connection string.
Public fieldPropertyInfo The PropertyInfo object.
Public fieldRequired Indicates whether or not the property is required to be explicitly defined in the connection string.
Public fieldValidationAttributes Gets all validation attributes that may be applied to the property.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also