C# Класс ConoHaNet.Objects.Identity.Role

Наследование: ExtensibleJsonObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Role ( string name, string description ) : System.Diagnostics

Initializes a new instance of the Role class with the specified name and description.

Описание методов

Role() публичный Метод

Initializes a new instance of the Role class with the specified name and description.
public Role ( string name, string description ) : System.Diagnostics
name string The name of the role.
description string The description of the role.
Результат System.Diagnostics