C# Class Visual.TagService

Inheritance: ITagService
Afficher le fichier Open project: 23/23-api-dotnet

Méthodes publiques

Méthode 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 méthode

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

GetList() public méthode

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

GetRelatedList() public méthode

public GetRelatedList ( string name ) : List
name string
Résultat List

TagService() public méthode

public TagService ( IApiProvider provider ) : System.Collections.Generic
provider IApiProvider
Résultat System.Collections.Generic