C# Class ConoHaNet.Objects.Identity.Role

Inheritance: ExtensibleJsonObject
Afficher le fichier Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Role ( string name, string description ) : System.Diagnostics

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

Method Details

Role() public méthode

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.
Résultat System.Diagnostics