C# Class Yammer.APIWrapper.Tag.Json

Mostra file Open project: kdavie/Yammer.NET-2.0

Public Methods

Method Description
GetAllTagsInNetwork ( ) : string
GetTagDetail ( int tagId ) : string
Json ( Tag tag ) : System
Subscribe ( Tag tag ) : string
Subscribe ( ) : void
SubscribedTo ( ) : string
UnSubscribe ( Tag tag ) : string
UnSubscribe ( ) : void

Method Details

GetAllTagsInNetwork() public static method

public static GetAllTagsInNetwork ( ) : string
return string

GetTagDetail() public static method

public static GetTagDetail ( int tagId ) : string
tagId int
return string

Json() public method

public Json ( Tag tag ) : System
tag Tag
return System

Subscribe() public static method

public static Subscribe ( Tag tag ) : string
tag Tag
return string

Subscribe() public method

public Subscribe ( ) : void
return void

SubscribedTo() public method

public SubscribedTo ( ) : string
return string

UnSubscribe() public static method

public static UnSubscribe ( Tag tag ) : string
tag Tag
return string

UnSubscribe() public method

public UnSubscribe ( ) : void
return void