C# 클래스 Aspectacular.DefaultAspect

An element for DefaultAspectsConfigSection collection.
상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: vgribok/Aspectacular 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

GetParameterValue() 공개 정적인 메소드

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
리턴 string