C# Класс FuseMisc.VGOfferInfo

Representation of a Virtual Good Offer that can be presented to a player.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CurrencyID int
EndTime System.DateTime
ItemAmount int
ItemName string
Metadata string
PurchaseCurrency string
PurchasePrice float
StartTime System.DateTime
VirtualGoodID int

Открытые методы

Метод Описание
ToString ( ) : string
VGOfferInfo ( string infoString ) : System

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

VGOfferInfo() публичный Метод

public VGOfferInfo ( string infoString ) : System
infoString string
Результат System

Описание свойств

CurrencyID публичное свойство

The id of the currency that will be spent to get the item.
public int CurrencyID
Результат int

EndTime публичное свойство

The time and date when the offer should end.
public DateTime,System EndTime
Результат System.DateTime

ItemAmount публичное свойство

The amount the user will get from the offer, used when the item is a currency.
public int ItemAmount
Результат int

ItemName публичное свойство

The item the user will receive from the offer.
public string ItemName
Результат string

Metadata публичное свойство

The metadata configured for this offer.
public string Metadata
Результат string

PurchaseCurrency публичное свойство

The currency that will be spent to get the item.
public string PurchaseCurrency
Результат string

PurchasePrice публичное свойство

The amount of currency that will be spent to get the item.
public float PurchasePrice
Результат float

StartTime публичное свойство

The time and date when the offer should start.
public DateTime,System StartTime
Результат System.DateTime

VirtualGoodID публичное свойство

The id of the item the user will receive from the offer.
public int VirtualGoodID
Результат int