C# Class gdapi.SchemaResource

Inheritance: Resource
Afficher le fichier Open project: godaddy/gdapi-csharp Class Usage Examples

Méthodes publiques

Méthode Description
SchemaResource ( ) : System.Collections.Generic

Constructs a new Resource

getAction ( string name ) : string>.Dictionary

Gets the current action url if it exists.

hasAction ( string name ) : bool

Determines if a Resource can currently perform an action.

Method Details

SchemaResource() public méthode

Constructs a new Resource
public SchemaResource ( ) : System.Collections.Generic
Résultat System.Collections.Generic

getAction() public méthode

Gets the current action url if it exists.
public getAction ( string name ) : string>.Dictionary
name string Action to perform
Résultat string>.Dictionary

hasAction() public méthode

Determines if a Resource can currently perform an action.
public hasAction ( string name ) : bool
name string Action to perform
Résultat bool