C# Class com.openrest.v1_1.Role

ファイルを表示 Open project: wix/openrest4net

Public Properties

Property Type Description
organizationId string
organizationType string
role string

Public Methods

Method Description
Role ( ) : System
Role ( string organizationId, string organizationType, string role ) : System

Method Details

Role() public method

public Role ( ) : System
return System

Role() public method

public Role ( string organizationId, string organizationType, string role ) : System
organizationId string
organizationType string
role string
return System

Property Details

organizationId public_oe property

public string organizationId
return string

organizationType public_oe property

public string organizationType
return string

role public_oe property

public string role
return string