C# Class Universe.Framework.ClientInterfaces.GroupRecord

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
GroupName string
GroupPicture UUID
MaturePublish bool
MembershipFee int
OpenEnrollment bool
OwnerRoleID UUID
ShowInList bool

Public Methods

Method Description
FromOSD ( OSDMap map ) : void
GroupRecord ( ) : System
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

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

GroupRecord() public method

public GroupRecord ( ) : 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

GroupName public_oe property

public string GroupName
return string

GroupPicture public_oe property

public UUID GroupPicture
return UUID

MaturePublish public_oe property

public bool MaturePublish
return bool

MembershipFee public_oe property

public int MembershipFee
return int

OpenEnrollment public_oe property

public bool OpenEnrollment
return bool

OwnerRoleID public_oe property

public UUID OwnerRoleID
return UUID

ShowInList public_oe property

public bool ShowInList
return bool