C# Class OpenMetaverse.GroupRole

Role manager for a group
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
Description string
GroupID UUID
ID UUID
Name string
Powers GroupPowers
Title string

Public Methods

Method Description
ToString ( ) : string

Returns the role's title

Method Details

ToString() public method

Returns the role's title
public ToString ( ) : string
return string

Property Details

Description public property

Description of Role
public string Description
return string

GroupID public property

Key of the group
public UUID GroupID
return UUID

ID public property

Key of Role
public UUID ID
return UUID

Name public property

Name of Role
public string Name
return string

Powers public property

Abilities Associated with Role
public GroupPowers Powers
return GroupPowers

Title public property

Group Title associated with Role
public string Title
return string