C# Class Socrata.User

Represents a Socrata user
Inheritance: ApiBase
Afficher le fichier Open project: socrata-archive/socrata-csharp-deprecated

Méthodes publiques

Méthode Description
User ( String username ) : System
datasets ( ) : List

Gets all the publicly accessible datasets belonging to this user

Method Details

User() public méthode

public User ( String username ) : System
username String
Résultat System

datasets() public méthode

Gets all the publicly accessible datasets belonging to this user
public datasets ( ) : List
Résultat List