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

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

공개 프로퍼티들

프로퍼티 타입 설명
AllowPublish bool
Charter string
FounderID UUID
GroupID UUID
GroupName string
GroupPicture UUID
MaturePublish bool
MembershipFee int
OpenEnrollment bool
OwnerRoleID UUID
ShowInList bool

공개 메소드들

메소드 설명
FromOSD ( OSDMap map ) : void
GroupRecord ( ) : System
ToOSD ( ) : OSDMap

메소드 상세

FromOSD() 공개 메소드

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

GroupRecord() 공개 메소드

public GroupRecord ( ) : System
리턴 System

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AllowPublish 공개적으로 프로퍼티

public bool AllowPublish
리턴 bool

Charter 공개적으로 프로퍼티

public string Charter
리턴 string

FounderID 공개적으로 프로퍼티

public UUID FounderID
리턴 UUID

GroupID 공개적으로 프로퍼티

public UUID GroupID
리턴 UUID

GroupName 공개적으로 프로퍼티

public string GroupName
리턴 string

GroupPicture 공개적으로 프로퍼티

public UUID GroupPicture
리턴 UUID

MaturePublish 공개적으로 프로퍼티

public bool MaturePublish
리턴 bool

MembershipFee 공개적으로 프로퍼티

public int MembershipFee
리턴 int

OpenEnrollment 공개적으로 프로퍼티

public bool OpenEnrollment
리턴 bool

OwnerRoleID 공개적으로 프로퍼티

public UUID OwnerRoleID
리턴 UUID

ShowInList 공개적으로 프로퍼티

public bool ShowInList
리턴 bool