C# 클래스 OpenMetaverse.InventoryBase

상속: ISerializable
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
OwnerID UUID
ParentUUID UUID
UUID UUID

공개 메소드들

메소드 설명
Equals ( InventoryBase o ) : bool

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object

Equals ( object o ) : bool

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object

GetHashCode ( ) : int

Generates a number corresponding to the value of the object to support the use of a hash table, suitable for use in hashing algorithms and data structures such as a hash table

InventoryBase ( UUID itemID ) : System

Constructor, takes an itemID as a parameter

메소드 상세

Equals() 공개 메소드

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
public Equals ( InventoryBase o ) : bool
o InventoryBase InventoryBase object to compare against
리턴 bool

Equals() 공개 메소드

Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
public Equals ( object o ) : bool
o object InventoryBase object to compare against
리턴 bool

GetHashCode() 공개 메소드

Generates a number corresponding to the value of the object to support the use of a hash table, suitable for use in hashing algorithms and data structures such as a hash table
public GetHashCode ( ) : int
리턴 int

InventoryBase() 공개 메소드

Constructor, takes an itemID as a parameter
public InventoryBase ( UUID itemID ) : System
itemID UUID The of the item
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

Name of item/folder
public string Name
리턴 string

OwnerID 공개적으로 프로퍼티

Item/Folder Owners OpenMetaverse.UUID
public UUID OwnerID
리턴 UUID

ParentUUID 공개적으로 프로퍼티

OpenMetaverse.UUID of parent folder
public UUID ParentUUID
리턴 UUID

UUID 공개적으로 프로퍼티

OpenMetaverse.UUID of item/folder
public UUID UUID
리턴 UUID