C# Class OpenMetaverse.Group

Represents a group on the grid
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
AcceptNotices bool
AllowPublish bool
Charter string
Contribution int
FounderID UUID
GroupMembershipCount int
GroupRolesCount int
ID UUID
InsigniaID UUID
MaturePublish bool
MemberTitle string
MembershipFee int
Money int
Name string
OpenEnrollment bool
OwnerRole UUID
Powers GroupPowers
ShowInList bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the name of the group

Method Details

ToString() public méthode

Returns the name of the group
public ToString ( ) : string
Résultat string

Property Details

AcceptNotices public_oe property

public bool AcceptNotices
Résultat bool

AllowPublish public_oe property

public bool AllowPublish
Résultat bool

Charter public_oe property

Text of Group Charter
public string Charter
Résultat string

Contribution public_oe property

public int Contribution
Résultat int

FounderID public_oe property

Key of Group Founder
public UUID FounderID
Résultat UUID

GroupMembershipCount public_oe property

The total number of current members this group has
public int GroupMembershipCount
Résultat int

GroupRolesCount public_oe property

The number of roles this group has configured
public int GroupRolesCount
Résultat int

ID public_oe property

Key of Group
public UUID ID
Résultat UUID

InsigniaID public_oe property

Key of Group Insignia
public UUID InsigniaID
Résultat UUID

MaturePublish public_oe property

Is the group Mature
public bool MaturePublish
Résultat bool

MemberTitle public_oe property

Title of "everyone" role
public string MemberTitle
Résultat string

MembershipFee public_oe property

Cost of group membership
public int MembershipFee
Résultat int

Money public_oe property

public int Money
Résultat int

Name public_oe property

Name of Group
public string Name
Résultat string

OpenEnrollment public_oe property

Is the group open for enrolement to everyone
public bool OpenEnrollment
Résultat bool

OwnerRole public_oe property

Key of Group Role for Owners
public UUID OwnerRole
Résultat UUID

Powers public_oe property

public GroupPowers Powers
Résultat GroupPowers

ShowInList public_oe property

Will group show up in search
public bool ShowInList
Résultat bool