C# 클래스 OpenMetaverse.Group

Represents a group on the grid
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptNotices bool
AllowPublish bool
Charter string
Contribution int
FounderID UUID
GroupMembershipCount int
GroupRolesCount int
ID UUID
InsigniaID UUID
MaturePublish bool
MemberTitle string
MembershipFee int
Money int
Name string
OpenEnrollment bool
OwnerRole UUID
Powers GroupPowers
ShowInList bool

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the name of the group

메소드 상세

ToString() 공개 메소드

Returns the name of the group
public ToString ( ) : string
리턴 string

프로퍼티 상세

AcceptNotices 공개적으로 프로퍼티

public bool AcceptNotices
리턴 bool

AllowPublish 공개적으로 프로퍼티

public bool AllowPublish
리턴 bool

Charter 공개적으로 프로퍼티

Text of Group Charter
public string Charter
리턴 string

Contribution 공개적으로 프로퍼티

public int Contribution
리턴 int

FounderID 공개적으로 프로퍼티

Key of Group Founder
public UUID FounderID
리턴 UUID

GroupMembershipCount 공개적으로 프로퍼티

The total number of current members this group has
public int GroupMembershipCount
리턴 int

GroupRolesCount 공개적으로 프로퍼티

The number of roles this group has configured
public int GroupRolesCount
리턴 int

ID 공개적으로 프로퍼티

Key of Group
public UUID ID
리턴 UUID

InsigniaID 공개적으로 프로퍼티

Key of Group Insignia
public UUID InsigniaID
리턴 UUID

MaturePublish 공개적으로 프로퍼티

Is the group Mature
public bool MaturePublish
리턴 bool

MemberTitle 공개적으로 프로퍼티

Title of "everyone" role
public string MemberTitle
리턴 string

MembershipFee 공개적으로 프로퍼티

Cost of group membership
public int MembershipFee
리턴 int

Money 공개적으로 프로퍼티

public int Money
리턴 int

Name 공개적으로 프로퍼티

Name of Group
public string Name
리턴 string

OpenEnrollment 공개적으로 프로퍼티

Is the group open for enrolement to everyone
public bool OpenEnrollment
리턴 bool

OwnerRole 공개적으로 프로퍼티

Key of Group Role for Owners
public UUID OwnerRole
리턴 UUID

Powers 공개적으로 프로퍼티

public GroupPowers Powers
리턴 GroupPowers

ShowInList 공개적으로 프로퍼티

Will group show up in search
public bool ShowInList
리턴 bool