C# Class Universe.Framework.ClientInterfaces.GroupProfileData

Inheritance: Universe.Framework.Modules.IDataTransferable
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AllowPublish bool
Charter string
FounderID UUID
GroupID UUID
GroupMembershipCount int
GroupRolesCount int
InsigniaID UUID
MaturePublish bool
MemberTitle string
MembershipFee int
Money int
Name string
OpenEnrollment bool
OwnerRole UUID
PowersMask ulong
ShowInList bool

Public Methods

Method Description
FromOSD ( OSDMap values ) : void
GroupProfileData ( ) : System
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

public FromOSD ( OSDMap values ) : void
values OSDMap
return void

GroupProfileData() public method

public GroupProfileData ( ) : System
return System

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

AllowPublish public_oe property

public bool AllowPublish
return bool

Charter public_oe property

public string Charter
return string

FounderID public_oe property

public UUID FounderID
return UUID

GroupID public_oe property

public UUID GroupID
return UUID

GroupMembershipCount public_oe property

public int GroupMembershipCount
return int

GroupRolesCount public_oe property

public int GroupRolesCount
return int

InsigniaID public_oe property

public UUID InsigniaID
return UUID

MaturePublish public_oe property

public bool MaturePublish
return bool

MemberTitle public_oe property

public string MemberTitle
return string

MembershipFee public_oe property

public int MembershipFee
return int

Money public_oe property

public int Money
return int

Name public_oe property

public string Name
return string

OpenEnrollment public_oe property

public bool OpenEnrollment
return bool

OwnerRole public_oe property

public UUID OwnerRole
return UUID

PowersMask public_oe property

public ulong PowersMask
return ulong

ShowInList public_oe property

public bool ShowInList
return bool