메소드 | 설명 | |
---|---|---|
CopyItem ( CopyItemType copyItemRequest ) : CopyItemResponseType |
Copies Task items and puts the items in a different folder.
|
|
CreateItem ( |
Creates Task items in the Exchange store
|
|
DeleteItem ( |
Deletes Task items on the server.
|
|
GetItem ( |
Gets Task items on the server.
|
|
Initialize ( ITestSite testSite ) : void |
Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
|
|
MoveItem ( MoveItemType moveItemRequest ) : MoveItemResponseType |
Moves Task items on the server.
|
|
UpdateItem ( |
Updates Task items on the server.
|
메소드 | 설명 | |
---|---|---|
VerifyArrayOfStringsType ( bool isSchemaValidated ) : void |
Verify the ArrayOfStringsType structure.
|
|
VerifyCopyItemOperation ( CopyItemResponseType copyItemResponse, bool isSchemaValidated ) : void |
Verify the CopyItemResponseType structure.
|
|
VerifyCreateItemOperation ( CreateItemResponseType createItemResponse, bool isSchemaValidated ) : void |
Verify the CreateItemResponseType structure.
|
|
VerifyDayOfWeekIndexType ( bool isSchemaValidated ) : void |
Verify the DayOfWeekIndexType.
|
|
VerifyDayOfWeekType ( bool isSchemaValidated ) : void |
Verify the DayOfWeekType.
|
|
VerifyDeleteItemOperation ( bool isSchemaValidated ) : void |
Verify the DeleteItemResponseType structure.
|
|
VerifyGetItemOperation ( GetItemResponseType getItemResponse, bool isSchemaValidated ) : void |
Verify the GetItemResponseType structure.
|
|
VerifyMoveItemOperation ( MoveItemResponseType moveItemResponse, bool isSchemaValidated ) : void |
Verify the MoveItemResponseType structure.
|
|
VerifySoapVersion ( ) : void |
Verify the SOAP version.
|
|
VerifyTaskType ( bool isSchemaValidated, |
Verify the TaskType properties.
|
|
VerifyTransportType ( ) : void |
Verify the transport related requirements.
|
|
VerifyUpdateItemOperation ( UpdateItemResponseType updateItemResponse, bool isSchemaValidated ) : void |
Verify the UpdateItemResponseType structure.
|
public CopyItem ( CopyItemType copyItemRequest ) : CopyItemResponseType | ||
copyItemRequest | CopyItemType | Specifies a request to copy Task items on the server. |
리턴 | CopyItemResponseType |
public CreateItem ( |
||
createItemRequest | Specifies a request to create Task items on the server. | |
리턴 | CreateItemResponseType |
public DeleteItem ( |
||
deleteItemRequest | Specifies a request to delete Task item on the server. | |
리턴 | DeleteItemResponseType |
public GetItem ( |
||
getItemRequest | Specifies a request to get Task items on the server. | |
리턴 | GetItemResponseType |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | Pass ITestSite to adapter, make adapter can use ITestSite's function |
리턴 | void |
public MoveItem ( MoveItemType moveItemRequest ) : MoveItemResponseType | ||
moveItemRequest | MoveItemType | Specifies a request to move Task items on the server. |
리턴 | MoveItemResponseType |
public UpdateItem ( |
||
updateItemRequest | Specifies a request to update Task items on the server. | |
리턴 | UpdateItemResponseType |