C# Class Cedar.Core.SettingSource.Configuration.SettingSourceSettings

Inheritance: System.Configuration.ConfigurationSection
Mostrar archivo Open project: Chinaccn/surfboard

Private Properties

Property Type Description

Public Methods

Method Description
GetSettingSource ( string name = null ) : ISettingSource

Gets the setting source.

Method Details

GetSettingSource() public method

Gets the setting source.
public GetSettingSource ( string name = null ) : ISettingSource
name string The name.
return ISettingSource