C# Class OpenMetaverse.GroupRole

Role manager for a group
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
GroupID UUID
ID UUID
Name string
Powers GroupPowers
Title string

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the role's title

Method Details

ToString() public méthode

Returns the role's title
public ToString ( ) : string
Résultat string

Property Details

Description public_oe property

Description of Role
public string Description
Résultat string

GroupID public_oe property

Key of the group
public UUID GroupID
Résultat UUID

ID public_oe property

Key of Role
public UUID ID
Résultat UUID

Name public_oe property

Name of Role
public string Name
Résultat string

Powers public_oe property

Abilities Associated with Role
public GroupPowers Powers
Résultat GroupPowers

Title public_oe property

Group Title associated with Role
public string Title
Résultat string