C# 클래스 EddiDataDefinitions.Commodity

파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider 1 사용 예제들

공개 메소드들

메소드 설명
Commodity ( ) : System.Collections.Generic
Commodity ( Commodity Commodity ) : System.Collections.Generic
Commodity ( long EDDBID, string Name, string Category, int AveragePrice, bool Rare ) : System.Collections.Generic
Commodity ( long EDDBID, string EDName, string Name, string Category, int AveragePrice, bool Rare ) : System.Collections.Generic

메소드 상세

Commodity() 공개 메소드

public Commodity ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Commodity() 공개 메소드

public Commodity ( Commodity Commodity ) : System.Collections.Generic
Commodity Commodity
리턴 System.Collections.Generic

Commodity() 공개 메소드

public Commodity ( long EDDBID, string Name, string Category, int AveragePrice, bool Rare ) : System.Collections.Generic
EDDBID long
Name string
Category string
AveragePrice int
Rare bool
리턴 System.Collections.Generic

Commodity() 공개 메소드

public Commodity ( long EDDBID, string EDName, string Name, string Category, int AveragePrice, bool Rare ) : System.Collections.Generic
EDDBID long
EDName string
Name string
Category string
AveragePrice int
Rare bool
리턴 System.Collections.Generic