C# Class Socrata.User

Represents a Socrata user
Inheritance: ApiBase
Exibir arquivo Open project: socrata-archive/socrata-csharp-deprecated

Public Methods

Method Description
User ( String username ) : System
datasets ( ) : List

Gets all the publicly accessible datasets belonging to this user

Method Details

User() public method

public User ( String username ) : System
username String
return System

datasets() public method

Gets all the publicly accessible datasets belonging to this user
public datasets ( ) : List
return List