C# 클래스 Octopus.Client.Model.Resource

Base class for all resources.
상속: IResource, IAuditedResource
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HasLink ( string name ) : bool

Determines whether the specified link exists.

Link ( string name ) : string

Gets the link with the specified name.

보호된 메소드들

메소드 설명
Resource ( ) : System

Initializes a new instance of the Resource class.

메소드 상세

HasLink() 공개 메소드

Determines whether the specified link exists.
public HasLink ( string name ) : bool
name string The name/key of the link.
리턴 bool

Link() 공개 메소드

Gets the link with the specified name.
If the link is not defined.
public Link ( string name ) : string
name string The name.
리턴 string

Resource() 보호된 메소드

Initializes a new instance of the Resource class.
protected Resource ( ) : System
리턴 System