C# Class OpenSim.Region.Framework.Scenes.EventManager.MoneyTransferArgs

/// Triggered when UUIDs referenced by a scene object are being gathered for archiving, hg transfer, etc. ///
/// The listener should add references to the IDictionary as appropriate. ///
Inheritance: System.EventArgs
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
amount int
authenticated bool
description string
receiver UUID
sender UUID
transactiontype int

Public Methods

Method Description
MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System

Method Details

MoneyTransferArgs() public method

public MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System
asender UUID
areceiver UUID
aamount int
atransactiontype int
adescription string
return System

Property Details

amount public_oe property

public int amount
return int

authenticated public_oe property

public bool authenticated
return bool

description public_oe property

public string description
return string

receiver public_oe property

public UUID receiver
return UUID

sender public_oe property

public UUID sender
return UUID

transactiontype public_oe property

public int transactiontype
return int