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
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
amount int
authenticated bool
description string
receiver UUID
sender UUID
transactiontype int

Méthodes publiques

Méthode Description
MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System

Method Details

MoneyTransferArgs() public méthode

public MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System
asender UUID
areceiver UUID
aamount int
atransactiontype int
adescription string
Résultat System

Property Details

amount public_oe property

public int amount
Résultat int

authenticated public_oe property

public bool authenticated
Résultat bool

description public_oe property

public string description
Résultat string

receiver public_oe property

public UUID receiver
Résultat UUID

sender public_oe property

public UUID sender
Résultat UUID

transactiontype public_oe property

public int transactiontype
Résultat int