C# Class GSoft.Dynamite.Examples.Server.Rest.Service

Inheritance: IService
显示文件 Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
AddListItem ( string listName, string title, string description ) : string
AssignPermissions ( string userName, string siteName, string permissionLevelName ) : string
AssociateWorkflow ( string associationListName, string taskListName, string historyListName, string workflowName ) : string
GetMyActivities ( string currentUserName ) : SocialFeedResponseWrapper
Search ( string searchText ) : SearchResponseWrapper
Test ( ) : string

Method Details

AddListItem() public method

public AddListItem ( string listName, string title, string description ) : string
listName string
title string
description string
return string

AssignPermissions() public method

public AssignPermissions ( string userName, string siteName, string permissionLevelName ) : string
userName string
siteName string
permissionLevelName string
return string

AssociateWorkflow() public method

public AssociateWorkflow ( string associationListName, string taskListName, string historyListName, string workflowName ) : string
associationListName string
taskListName string
historyListName string
workflowName string
return string

GetMyActivities() public method

public GetMyActivities ( string currentUserName ) : SocialFeedResponseWrapper
currentUserName string
return SocialFeedResponseWrapper

Search() public method

public Search ( string searchText ) : SearchResponseWrapper
searchText string
return SearchResponseWrapper

Test() public method

public Test ( ) : string
return string