C# 클래스 Simian.InventoryItem

Inventory item
상속: InventoryBase
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 프로퍼티들

프로퍼티 타입 설명
AssetID UUID
AssetType AssetType
CreationDate System.DateTime
CreatorID UUID
Description string
Flags uint
GroupID UUID
GroupOwned bool
InventoryType InventoryType
Permissions OpenMetaverse.Permissions
SalePrice int
SaleType SaleType

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

AssetID 공개적으로 프로퍼티

OpenMetaverse.UUID of the asset this item points to
public UUID AssetID
리턴 UUID

AssetType 공개적으로 프로퍼티

The type of item from OpenMetaverse.AssetType
public AssetType AssetType
리턴 AssetType

CreationDate 공개적으로 프로퍼티

Time and date this inventory item was created, stored as UTC (Coordinated Universal Time)
public DateTime,System CreationDate
리턴 System.DateTime

CreatorID 공개적으로 프로퍼티

The OpenMetaverse.UUID of the creator of this item
public UUID CreatorID
리턴 UUID

Description 공개적으로 프로퍼티

A Description of this item
public string Description
리턴 string

Flags 공개적으로 프로퍼티

Combined flags from OpenMetaverse.InventoryItemFlags
public uint Flags
리턴 uint

GroupID 공개적으로 프로퍼티

The OpenMetaverse.Groups OpenMetaverse.UUID this item is set to or owned by
public UUID GroupID
리턴 UUID

GroupOwned 공개적으로 프로퍼티

If true, item is owned by a group
public bool GroupOwned
리턴 bool

InventoryType 공개적으로 프로퍼티

The type of item from the OpenMetaverse.InventoryType enum
public InventoryType InventoryType
리턴 InventoryType

Permissions 공개적으로 프로퍼티

The combined OpenMetaverse.Permissions of this item
public Permissions,OpenMetaverse Permissions
리턴 OpenMetaverse.Permissions

SalePrice 공개적으로 프로퍼티

The price this item can be purchased for
public int SalePrice
리턴 int

SaleType 공개적으로 프로퍼티

The type of sale from the OpenMetaverse.SaleType enum
public SaleType SaleType
리턴 SaleType