C# 클래스 Google.Api.Ads.AdWords.Examples.CSharp.v201306.GetAccountHierarchy.ManagedCustomerTreeNode

파일 보기 프로젝트 열기: Zocdoc/googleads-adwords-dotnet-lib

공개 메소드들

메소드 설명
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.

메소드 상세

ToString() 공개 메소드

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

ToTreeString() 공개 메소드

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.
리턴 StringBuilder