C# Class Aspectacular.DefaultAspect

An element for DefaultAspectsConfigSection collection.
Inheritance: System.Configuration.ConfigurationElement
Datei anzeigen Open project: vgribok/Aspectacular Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetParameterValue ( string delimiteParamString, string paramKey, string defaultValue = null ) : string

Parses semicolon-delimited parameter string, which has same format as connection strings, and extracts a value for given key. Returns defaultValue if key was not found.

Method Details

GetParameterValue() public static method

Parses semicolon-delimited parameter string, which has same format as connection strings, and extracts a value for given key. Returns defaultValue if key was not found.
public static GetParameterValue ( string delimiteParamString, string paramKey, string defaultValue = null ) : string
delimiteParamString string
paramKey string
defaultValue string
return string