Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.Common.Config.ConfigSetting Class Referenceabstract

A config setting, to be used with AppConfigBase and derived classes. More...

Inheritance diagram for Google.Api.Ads.Common.Config.ConfigSetting:
Google.Api.Ads.Common.Config.ConfigSetting< T >

Public Member Functions

abstract void TryParse (string valueText)
 Tries to parse a value. More...
 

Properties

string Name [get, set]
 Gets the name of the setting. More...
 

Detailed Description

A config setting, to be used with AppConfigBase and derived classes.

Member Function Documentation

abstract void Google.Api.Ads.Common.Config.ConfigSetting.TryParse ( string  valueText)
pure virtual

Tries to parse a value.

Parameters
valueTextThe value text.

Implemented in Google.Api.Ads.Common.Config.ConfigSetting< T >.

Property Documentation

string Google.Api.Ads.Common.Config.ConfigSetting.Name
getset

Gets the name of the setting.

Referenced by Google.Api.Ads.Common.Lib.AppConfigBase.ReadSetting().


The documentation for this class was generated from the following file: