C# Class gdapi.Collection

Represents a Collection from the API. This class is usually automatically populated by ResourceConverter from the returned JSON string.
Afficher le fichier Open project: godaddy/gdapi-csharp Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator

Enumerates over the data of the Collection

getResources ( ) : List

Gets the list of resources associated with the collection.

Method Details

GetEnumerator() public méthode

Enumerates over the data of the Collection
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

getResources() public méthode

Gets the list of resources associated with the collection.
public getResources ( ) : List
Résultat List