Represents a Selector field.
More...
|
| Field (string fieldName, bool isFilterable, bool isSelectable) |
| Initializes a new instance of the Field class. More...
|
|
override string | ToString () |
| Returns a System.String that represents this instance. More...
|
|
|
bool | IsFilterable [get] |
| Gets a value indicating whether this field can be filtered on. More...
|
|
bool | IsSelectable [get] |
| Gets a value indicating whether this field is selectable. More...
|
|
string | FieldName [get] |
| Gets the name of the field to be used when selecting this field. More...
|
|
Represents a Selector field.
Google.Api.Ads.AdWords.Util.Selectors.Field.Field |
( |
string |
fieldName, |
|
|
bool |
isFilterable, |
|
|
bool |
isSelectable |
|
) |
| |
|
inline |
Initializes a new instance of the Field class.
- Parameters
-
fieldName | Name of the field. |
isFilterable | True, if the field can be filtered on, false otherwise. |
isSelectable | True, if this field can be selected, false otherwise. |
static implicit Google.Api.Ads.AdWords.Util.Selectors.Field.operator string |
( |
Field |
x | ) |
|
|
inlinestatic |
Implicitly converts x to a string when assigned to another string variable.
- Parameters
-
x | The field to be converted to string. |
- Returns
- A stringified representation of x.
override string Google.Api.Ads.AdWords.Util.Selectors.Field.ToString |
( |
| ) |
|
|
inline |
Returns a System.String that represents this instance.
- Returns
- A System.String that represents this instance.
string Google.Api.Ads.AdWords.Util.Selectors.Field.FieldName |
|
get |
Gets the name of the field to be used when selecting this field.
bool Google.Api.Ads.AdWords.Util.Selectors.Field.IsFilterable |
|
get |
Gets a value indicating whether this field can be filtered on.
bool Google.Api.Ads.AdWords.Util.Selectors.Field.IsSelectable |
|
get |
Gets a value indicating whether this field is selectable.
The documentation for this class was generated from the following file:
- dist/github/src/AdWords/Util/Selectors/Field.cs