C# Class System.Configuration.SettingsPropertyValue

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
SettingsPropertyValue ( SettingsProperty property ) : System.Collections

Private Methods

Method Description
ConvertObjectToString ( object propValue, Type type, SettingsSerializeAs serializeAs, bool throwOnError ) : string
Deserialize ( ) : object
GetObjectFromString ( Type type, SettingsSerializeAs serializeAs, string attValue ) : object
SerializePropertyValue ( ) : object

Method Details

SettingsPropertyValue() public method

public SettingsPropertyValue ( SettingsProperty property ) : System.Collections
property SettingsProperty
return System.Collections