Expose the GroupRecord and it's accessor API

This commit is contained in:
Melanie Thielker
2009-04-16 00:15:57 +00:00
parent c98287249e
commit 7e95783dd3
2 changed files with 16 additions and 9 deletions

View File

@@ -30,6 +30,21 @@ using OpenMetaverse;
namespace OpenSim.Framework
{
public class GroupRecord
{
public UUID GroupID;
public string GroupName;
public bool AllowPublish = true;
public bool MaturePublish = true;
public string Charter;
public UUID FounderID = UUID.Zero;
public UUID GroupPicture = UUID.Zero;
public int MembershipFee = 0;
public bool OpenEnrollment = true;
public UUID OwnerRoleID = UUID.Zero;
public bool ShowInList = false;
}
public class GroupMembershipData
{
// Group base data