C# 클래스 Universe.Framework.ClientInterfaces.GroupMembershipData

상속: Universe.Framework.Modules.IDataTransferable
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptNotices bool
Active bool
ActiveRole UUID
AllowPublish bool
Charter string
Contribution int
FounderID UUID
GroupID UUID
GroupName string
GroupPicture UUID
GroupPowers ulong
GroupTitle string
ListInProfile bool
MaturePublish bool
MembershipFee int
OpenEnrollment bool
ShowInList bool

공개 메소드들

메소드 설명
FromOSD ( OSDMap values ) : void
GroupMembershipData ( ) : System
ToOSD ( ) : OSDMap

메소드 상세

FromOSD() 공개 메소드

public FromOSD ( OSDMap values ) : void
values OSDMap
리턴 void

GroupMembershipData() 공개 메소드

public GroupMembershipData ( ) : System
리턴 System

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AcceptNotices 공개적으로 프로퍼티

public bool AcceptNotices
리턴 bool

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

ActiveRole 공개적으로 프로퍼티

public UUID ActiveRole
리턴 UUID

AllowPublish 공개적으로 프로퍼티

public bool AllowPublish
리턴 bool

Charter 공개적으로 프로퍼티

public string Charter
리턴 string

Contribution 공개적으로 프로퍼티

public int Contribution
리턴 int

FounderID 공개적으로 프로퍼티

public UUID FounderID
리턴 UUID

GroupID 공개적으로 프로퍼티

public UUID GroupID
리턴 UUID

GroupName 공개적으로 프로퍼티

public string GroupName
리턴 string

GroupPicture 공개적으로 프로퍼티

public UUID GroupPicture
리턴 UUID

GroupPowers 공개적으로 프로퍼티

public ulong GroupPowers
리턴 ulong

GroupTitle 공개적으로 프로퍼티

public string GroupTitle
리턴 string

ListInProfile 공개적으로 프로퍼티

public bool ListInProfile
리턴 bool

MaturePublish 공개적으로 프로퍼티

public bool MaturePublish
리턴 bool

MembershipFee 공개적으로 프로퍼티

public int MembershipFee
리턴 int

OpenEnrollment 공개적으로 프로퍼티

public bool OpenEnrollment
리턴 bool

ShowInList 공개적으로 프로퍼티

public bool ShowInList
리턴 bool