C# Class Octopus.Client.Model.Resource

Base class for all resources.
Inheritance: IResource, IAuditedResource
Afficher le fichier Open project: OctopusDeploy/Octo.exe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HasLink ( string name ) : bool

Determines whether the specified link exists.

Link ( string name ) : string

Gets the link with the specified name.

Méthodes protégées

Méthode Description
Resource ( ) : System

Initializes a new instance of the Resource class.

Method Details

HasLink() public méthode

Determines whether the specified link exists.
public HasLink ( string name ) : bool
name string The name/key of the link.
Résultat bool

Link() public méthode

Gets the link with the specified name.
If the link is not defined.
public Link ( string name ) : string
name string The name.
Résultat string

Resource() protected méthode

Initializes a new instance of the Resource class.
protected Resource ( ) : System
Résultat System