Ads API .NET library
|
An Interface for use by the report parsing classes. More...
Public Member Functions | |
bool | Read () |
Advances the InputTextReader to the next row in the report text. More... | |
IEnumerable< ColumnValuePair > | GetAttributes () |
Returns the column names with their values at the current row. More... | |
An Interface for use by the report parsing classes.
IEnumerable<ColumnValuePair> Google.Api.Ads.AdWords.Util.Reports.InputTextReader.GetAttributes | ( | ) |
Returns the column names with their values at the current row.
Implemented in Google.Api.Ads.AdWords.Util.Reports.AwXmlTextReader.
bool Google.Api.Ads.AdWords.Util.Reports.InputTextReader.Read | ( | ) |
Advances the InputTextReader to the next row in the report text.
Implemented in Google.Api.Ads.AdWords.Util.Reports.AwXmlTextReader.