C# 클래스 SBGameSales.GameSaleData

파일 보기 프로젝트 열기: xwcg/SpawnBot

공개 프로퍼티들

프로퍼티 타입 설명
DLC bool
Name string
PercentOff decimal
PriceNow decimal
PriceOriginal decimal
Store string
URL string

공개 메소드들

메소드 설명
GameSaleData ( System.ServiceModel.Syndication.SyndicationItem i ) : System

메소드 상세

GameSaleData() 공개 메소드

public GameSaleData ( System.ServiceModel.Syndication.SyndicationItem i ) : System
i System.ServiceModel.Syndication.SyndicationItem
리턴 System

프로퍼티 상세

DLC 공개적으로 프로퍼티

public bool DLC
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

PercentOff 공개적으로 프로퍼티

public decimal PercentOff
리턴 decimal

PriceNow 공개적으로 프로퍼티

public decimal PriceNow
리턴 decimal

PriceOriginal 공개적으로 프로퍼티

public decimal PriceOriginal
리턴 decimal

Store 공개적으로 프로퍼티

public string Store
리턴 string

URL 공개적으로 프로퍼티

public string URL
리턴 string