C# 클래스 gdapi.SchemaResource

상속: Resource
파일 보기 프로젝트 열기: godaddy/gdapi-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

SchemaResource() 공개 메소드

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

getAction() 공개 메소드

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

hasAction() 공개 메소드

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