C# Class WykopSharpClient.Repository.AbstractRepository

Inheritance: IRepository
Mostrar archivo Open project: adiospl/WykopSharp

Protected Properties

Property Type Description
Client WykopSharpClient

Public Methods

Method Description
GetApiParameterSet ( ) : HashSet

Protected Methods

Method Description
AbstractRepository ( WykopSharpClient client ) : System

Method Details

AbstractRepository() protected method

protected AbstractRepository ( WykopSharpClient client ) : System
client WykopSharpClient
return System

GetApiParameterSet() public method

public GetApiParameterSet ( ) : HashSet
return HashSet

Property Details

Client protected_oe property

protected WykopSharpClient Client
return WykopSharpClient