C# Class OpenMetaverse.TestClient.QueuedDownloadInfo

Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
AssetID UUID
FileName string
IsRequested bool
ItemID UUID
OwnerID UUID
TaskID UUID
TransferID UUID
Type AssetType
WhenRequested System.DateTime

Public Methods

Method Description
QueuedDownloadInfo ( string file, UUID asset, UUID item, UUID task, UUID owner, AssetType type ) : System

Method Details

QueuedDownloadInfo() public method

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
return System

Property Details

AssetID public property

public UUID AssetID
return UUID

FileName public property

public string FileName
return string

IsRequested public property

public bool IsRequested
return bool

ItemID public property

public UUID ItemID
return UUID

OwnerID public property

public UUID OwnerID
return UUID

TaskID public property

public UUID TaskID
return UUID

TransferID public property

public UUID TransferID
return UUID

Type public property

public AssetType Type
return AssetType

WhenRequested public property

public DateTime,System WhenRequested
return System.DateTime