C# Class OpenMetaverse.GroupRole

Role manager for a group
Mostrar archivo 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_oe property

Description of Role
public string Description
return string

GroupID public_oe property

Key of the group
public UUID GroupID
return UUID

ID public_oe property

Key of Role
public UUID ID
return UUID

Name public_oe property

Name of Role
public string Name
return string

Powers public_oe property

Abilities Associated with Role
public GroupPowers Powers
return GroupPowers

Title public_oe property

Group Title associated with Role
public string Title
return string