C# 클래스 gdapi.ItemResource

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

공개 메소드들

메소드 설명
ItemResource ( ) : System.Collections.Generic

Constructs a new Resource

ItemResource ( string type ) : System.Collections.Generic

Creates a new Resource of a specific type. This constructor is usually used for creating a Resource to use for saving or deleting a Resource.

getAction ( string name ) : string

Gets the current action url if it exists.

hasAction ( string name ) : bool

Determines if a Resource can currently perform an action.

메소드 상세

ItemResource() 공개 메소드

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

ItemResource() 공개 메소드

Creates a new Resource of a specific type. This constructor is usually used for creating a Resource to use for saving or deleting a Resource.
public ItemResource ( string type ) : System.Collections.Generic
type string Resource type
리턴 System.Collections.Generic

getAction() 공개 메소드

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

hasAction() 공개 메소드

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