C# Class com.openrest.v1_1.Role

Show file 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 property

public string organizationId
return string

organizationType public property

public string organizationType
return string

role public property

public string role
return string