C# Class gdapi.Collection

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

Public Methods

Method 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 method

Enumerates over the data of the Collection
public GetEnumerator ( ) : IEnumerator
return IEnumerator

getResources() public method

Gets the list of resources associated with the collection.
public getResources ( ) : List
return List