C# Class Visual.TagService

Inheritance: ITagService
Mostra file Open project: 23/23-api-dotnet

Public Methods

Method Description
GetList ( ) : List

Get a list of tags defined by the default request parameters

GetList ( TagListParameters requestParameters ) : List

Get a list of tags defined by the request parameters

GetRelatedList ( string name ) : List
TagService ( IApiProvider provider ) : System.Collections.Generic

Method Details

GetList() public method

Get a list of tags defined by the default request parameters
public GetList ( ) : List
return List

GetList() public method

Get a list of tags defined by the request parameters
public GetList ( TagListParameters requestParameters ) : List
requestParameters TagListParameters
return List

GetRelatedList() public method

public GetRelatedList ( string name ) : List
name string
return List

TagService() public method

public TagService ( IApiProvider provider ) : System.Collections.Generic
provider IApiProvider
return System.Collections.Generic