Method | Description | |
---|---|---|
AddSiteToContact ( |
||
CreateCase ( ) : |
||
CreateCase ( string title, string description ) : |
||
CreateCase ( string title, string description, string queue, System.DateTime createdOn ) : |
||
CreateContact ( |
||
CreateContact ( string firstName, string lastName, |
||
CreateEmployee ( ) : |
||
CreateEmployee ( bool isActive ) : |
||
CreateEmployee ( string firstName, string lastName, bool isActive ) : |
||
CreateQueue ( string title ) : void | ||
CreateSite ( ) : |
||
CreateSolution ( ) : |
||
GetRandomString15CharactersLong ( ) : string | ||
ObjectMother ( IClarifySession clarifySession ) : System |
Method | Description | |
---|---|---|
CreateAddressData ( ) : ToolkitResult | ||
GetRandomString ( ) : string |
public AddSiteToContact ( |
||
siteDto | ||
contactDto | ||
return | void |
public CreateCase ( string title, string description ) : |
||
title | string | |
description | string | |
return |
public CreateCase ( string title, string description, string queue, System.DateTime createdOn ) : |
||
title | string | |
description | string | |
queue | string | |
createdOn | System.DateTime | |
return |
public CreateContact ( |
||
atSite | ||
return |
public CreateContact ( string firstName, string lastName, |
||
firstName | string | |
lastName | string | |
atSite | ||
return |
public CreateEmployee ( bool isActive ) : |
||
isActive | bool | |
return |
public CreateEmployee ( string firstName, string lastName, bool isActive ) : |
||
firstName | string | |
lastName | string | |
isActive | bool | |
return |
public static GetRandomString15CharactersLong ( ) : string | ||
return | string |
public ObjectMother ( IClarifySession clarifySession ) : System | ||
clarifySession | IClarifySession | |
return | System |