메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CreateAddressData ( ) : ToolkitResult | ||
GetRandomString ( ) : string |
public AddSiteToContact ( |
||
siteDto | ||
contactDto | ||
리턴 | void |
public CreateCase ( string title, string description ) : |
||
title | string | |
description | string | |
리턴 |
public CreateCase ( string title, string description, string queue, System.DateTime createdOn ) : |
||
title | string | |
description | string | |
queue | string | |
createdOn | System.DateTime | |
리턴 |
public CreateContact ( |
||
atSite | ||
리턴 |
public CreateContact ( string firstName, string lastName, |
||
firstName | string | |
lastName | string | |
atSite | ||
리턴 |
public CreateEmployee ( bool isActive ) : |
||
isActive | bool | |
리턴 |
public CreateEmployee ( string firstName, string lastName, bool isActive ) : |
||
firstName | string | |
lastName | string | |
isActive | bool | |
리턴 |
public static GetRandomString15CharactersLong ( ) : string | ||
리턴 | string |
public ObjectMother ( IClarifySession clarifySession ) : System | ||
clarifySession | IClarifySession | |
리턴 | System |