C# Class gdapi.SchemaResource

Inheritance: Resource
显示文件 Open project: godaddy/gdapi-csharp Class Usage Examples

Public Methods

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

Constructs a new Resource
public SchemaResource ( ) : System.Collections.Generic
return System.Collections.Generic

getAction() public method

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

hasAction() public method

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