C# Класс Octopus.Client.Model.Resource

Base class for all resources.
Наследование: IResource, IAuditedResource
Показать файл Открыть проект Примеры использования класса

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