C# Class Yammer.APIWrapper.Tag

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

Private Properties

Property Type Description

Public Methods

Method Description
GetAllTagsInNetwork ( ) : List
GetTagDetail ( int tagId ) : Tag
Subscribe ( ) : void
Subscribe ( Tag tag ) : void
SubscribedTo ( ) : bool
UnSubscribe ( ) : void
UnSubscribe ( Tag tag ) : void

Method Details

GetAllTagsInNetwork() public static method

public static GetAllTagsInNetwork ( ) : List
return List

GetTagDetail() public static method

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

Subscribe() public method

public Subscribe ( ) : void
return void

Subscribe() public static method

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

SubscribedTo() public method

public SubscribedTo ( ) : bool
return bool

UnSubscribe() public method

public UnSubscribe ( ) : void
return void

UnSubscribe() public static method

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