C# 클래스 OpenMetaverse.TestClient.QueuedDownloadInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
AssetID UUID
FileName string
IsRequested bool
ItemID UUID
OwnerID UUID
TaskID UUID
TransferID UUID
Type AssetType
WhenRequested System.DateTime

공개 메소드들

메소드 설명
QueuedDownloadInfo ( string file, UUID asset, UUID item, UUID task, UUID owner, AssetType type ) : System

메소드 상세

QueuedDownloadInfo() 공개 메소드

public QueuedDownloadInfo ( string file, UUID asset, UUID item, UUID task, UUID owner, AssetType type ) : System
file string
asset UUID
item UUID
task UUID
owner UUID
type AssetType
리턴 System

프로퍼티 상세

AssetID 공개적으로 프로퍼티

public UUID AssetID
리턴 UUID

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

IsRequested 공개적으로 프로퍼티

public bool IsRequested
리턴 bool

ItemID 공개적으로 프로퍼티

public UUID ItemID
리턴 UUID

OwnerID 공개적으로 프로퍼티

public UUID OwnerID
리턴 UUID

TaskID 공개적으로 프로퍼티

public UUID TaskID
리턴 UUID

TransferID 공개적으로 프로퍼티

public UUID TransferID
리턴 UUID

Type 공개적으로 프로퍼티

public AssetType Type
리턴 AssetType

WhenRequested 공개적으로 프로퍼티

public DateTime,System WhenRequested
리턴 System.DateTime