C# 클래스 ConoHaNet.Objects.Identity.Role

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

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