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
Show file 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 property

public int amount
return int

authenticated public property

public bool authenticated
return bool

description public property

public string description
return string

receiver public property

public UUID receiver
return UUID

sender public property

public UUID sender
return UUID

transactiontype public property

public int transactiontype
return int