C# 클래스 ConoHaNet.Objects.NewUser

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NewUser ( string username, string email, string password = null, bool enabled = true ) : Providers

Initializes a new instance of the NewUser class with the specified username, email address, password, and value indicating whether or not the user is initially enabled.

메소드 상세

NewUser() 공개 메소드

Initializes a new instance of the NewUser class with the specified username, email address, password, and value indicating whether or not the user is initially enabled.
public NewUser ( string username, string email, string password = null, bool enabled = true ) : Providers
username string The username of the new user (see ).
email string The email address of the new user (see ).
password string The password for the new user (see ).
enabled bool if the user is initially enabled; otherwise, (see ).
리턴 Providers