Copyright @2015 Whitepages, Inc.
More...
|
static int | GetSpamScore (IPhone phone) |
|
static void | BestLocation (ILocation location, int depth, int indent) |
|
static void | DumpBaseEntity (IEntity entity, int depth, int indent) |
|
static void | DumpPersonAssociation (PersonAssociation association, int depth, int indent) |
|
static void | DumpBusinessAssociation (BusinessAssociation association, int depth, int indent) |
|
static void | DumpLocationAssociation (LocationAssociation association, int depth, int indent) |
|
static void | DumpPhoneAssociation (PhoneAssociation association, int depth, int indent) |
|
static void | PrintName (IEntity entity, int indent) |
|
static void | WriteLine (int indent, string format, Object value=null) |
|
static void | Indent (int howMany) |
|
Copyright @2015 Whitepages, Inc.
Definition at line 11 of file ExampleUtils.cs.
static void ExamplesLibrary.ExampleUtils.BestLocation |
( |
ILocation |
location, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.DumpBaseEntity |
( |
IEntity |
entity, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.DumpBusiness |
( |
IBusiness |
business, |
|
|
int |
depth, |
|
|
int |
indent = 0 |
|
) |
| |
|
static |
static void ExamplesLibrary.ExampleUtils.DumpBusinessAssociation |
( |
BusinessAssociation |
association, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.DumpLocation |
( |
ILocation |
location, |
|
|
int |
depth, |
|
|
int |
indent = 0 |
|
) |
| |
|
static |
static void ExamplesLibrary.ExampleUtils.DumpLocationAssociation |
( |
LocationAssociation |
association, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.DumpPerson |
( |
IPerson |
person, |
|
|
int |
depth, |
|
|
int |
indent = 0 |
|
) |
| |
|
static |
static void ExamplesLibrary.ExampleUtils.DumpPersonAssociation |
( |
PersonAssociation |
association, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.DumpPhone |
( |
IPhone |
phone, |
|
|
int |
depth, |
|
|
int |
indent = 0 |
|
) |
| |
|
static |
static void ExamplesLibrary.ExampleUtils.DumpPhoneAssociation |
( |
PhoneAssociation |
association, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static string ExamplesLibrary.ExampleUtils.GetApiKey |
( |
string[] |
args | ) |
|
|
static |
static int ExamplesLibrary.ExampleUtils.GetSpamScore |
( |
IPhone |
phone | ) |
|
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.Indent |
( |
int |
howMany | ) |
|
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.PrintName |
( |
IEntity |
entity, |
|
|
int |
indent |
|
) |
| |
|
staticprivate |
static void ExamplesLibrary.ExampleUtils.WriteLine |
( |
int |
indent, |
|
|
string |
format, |
|
|
Object |
value = null |
|
) |
| |
|
staticprivate |
const int ExamplesLibrary.ExampleUtils.DefaultIndent = 4 |
|
private |