C# 클래스 com.openrest.v1_1.RolesResponse

파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
roles IList
userId string

공개 메소드들

메소드 설명
RolesResponse ( ) : System
RolesResponse ( string userId, IList roles ) : System

메소드 상세

RolesResponse() 공개 메소드

public RolesResponse ( ) : System
리턴 System

RolesResponse() 공개 메소드

public RolesResponse ( string userId, IList roles ) : System
userId string
roles IList
리턴 System

프로퍼티 상세

roles 공개적으로 프로퍼티

public IList roles
리턴 IList

userId 공개적으로 프로퍼티

public string userId
리턴 string