C# Class OpenMetaverse.Group

Represents a group on the grid
Show file 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 property

public bool AcceptNotices
return bool

AllowPublish public property

public bool AllowPublish
return bool

Charter public property

Text of Group Charter
public string Charter
return string

Contribution public property

public int Contribution
return int

FounderID public property

Key of Group Founder
public UUID FounderID
return UUID

GroupMembershipCount public property

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

GroupRolesCount public property

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

ID public property

Key of Group
public UUID ID
return UUID

InsigniaID public property

Key of Group Insignia
public UUID InsigniaID
return UUID

MaturePublish public property

Is the group Mature
public bool MaturePublish
return bool

MemberTitle public property

Title of "everyone" role
public string MemberTitle
return string

MembershipFee public property

Cost of group membership
public int MembershipFee
return int

Money public property

public int Money
return int

Name public property

Name of Group
public string Name
return string

OpenEnrollment public property

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

OwnerRole public property

Key of Group Role for Owners
public UUID OwnerRole
return UUID

Powers public property

public GroupPowers Powers
return GroupPowers

ShowInList public property

Will group show up in search
public bool ShowInList
return bool