C# Class OpenMetaverse.Group

Represents a group on the grid
Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
ToString ( ) : string

Returns the name of the group

Method Details

ToString() public method

Returns the name of the group
public ToString ( ) : string
return string

Property Details

AcceptNotices public_oe property

public bool AcceptNotices
return bool

AllowPublish public_oe property

public bool AllowPublish
return bool

Charter public_oe property

Text of Group Charter
public string Charter
return string

Contribution public_oe property

public int Contribution
return int

FounderID public_oe property

Key of Group Founder
public UUID FounderID
return UUID

GroupMembershipCount public_oe property

The total number of current members this group has
public int GroupMembershipCount
return int

GroupRolesCount public_oe property

The number of roles this group has configured
public int GroupRolesCount
return int

ID public_oe property

Key of Group
public UUID ID
return UUID

InsigniaID public_oe property

Key of Group Insignia
public UUID InsigniaID
return UUID

MaturePublish public_oe property

Is the group Mature
public bool MaturePublish
return bool

MemberTitle public_oe property

Title of "everyone" role
public string MemberTitle
return string

MembershipFee public_oe property

Cost of group membership
public int MembershipFee
return int

Money public_oe property

public int Money
return int

Name public_oe property

Name of Group
public string Name
return string

OpenEnrollment public_oe property

Is the group open for enrolement to everyone
public bool OpenEnrollment
return bool

OwnerRole public_oe property

Key of Group Role for Owners
public UUID OwnerRole
return UUID

Powers public_oe property

public GroupPowers Powers
return GroupPowers

ShowInList public_oe property

Will group show up in search
public bool ShowInList
return bool