C# Class Google.Api.Ads.AdWords.Examples.CSharp.v201306.GetAccountHierarchy.ManagedCustomerTreeNode

Mostrar archivo Open project: Zocdoc/googleads-adwords-dotnet-lib

Public Methods

Method Description
ToString ( ) : String

Returns a System.String that represents this instance.

ToTreeString ( int depth, StringBuilder sb ) : StringBuilder

Returns a string representation of the current level of the tree and recursively returns the string representation of the levels below it.

Method Details

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : String
return String

ToTreeString() public method

Returns a string representation of the current level of the tree and recursively returns the string representation of the levels below it.
public ToTreeString ( int depth, StringBuilder sb ) : StringBuilder
depth int The depth of the node.
sb StringBuilder The String Builder containing the tree /// representation.
return StringBuilder