C# Class com.openrest.v1_1.RolesResponse

显示文件 Open project: wix/openrest4net

Public Properties

Property Type Description
roles IList
userId string

Public Methods

Method Description
RolesResponse ( ) : System
RolesResponse ( string userId, IList roles ) : System

Method Details

RolesResponse() public method

public RolesResponse ( ) : System
return System

RolesResponse() public method

public RolesResponse ( string userId, IList roles ) : System
userId string
roles IList
return System

Property Details

roles public_oe property

public IList roles
return IList

userId public_oe property

public string userId
return string